configure: qemu-ga: report MSI install support in summary
[qemu/ar7.git] / linux-user / sh4 / syscall.h
blob7aa4f239c51e74547215a44a9e236a2855637688
1 struct target_pt_regs {
2 unsigned long regs[16];
3 unsigned long pc;
4 unsigned long pr;
5 unsigned long sr;
6 unsigned long gbr;
7 unsigned long mach;
8 unsigned long macl;
9 long tra;
12 #define UNAME_MACHINE "sh4"
13 #define UNAME_MINIMUM_RELEASE "2.6.32"
15 #define TARGET_MINSIGSTKSZ 2048
16 #define TARGET_MLOCKALL_MCL_CURRENT 1
17 #define TARGET_MLOCKALL_MCL_FUTURE 2