X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Flinux-user%2Fsh4%2Fsyscall.h;fp=qemu%2Flinux-user%2Fsh4%2Fsyscall.h;h=0000000000000000000000000000000000000000;hb=437fd90c0250dee670290f9b714253671a990160;hp=7aa4f239c51e74547215a44a9e236a2855637688;hpb=5bbd6fe9b8bab2a93e548c5a53b032d1939eec05;p=kvmfornfv.git diff --git a/qemu/linux-user/sh4/syscall.h b/qemu/linux-user/sh4/syscall.h deleted file mode 100644 index 7aa4f239c..000000000 --- a/qemu/linux-user/sh4/syscall.h +++ /dev/null @@ -1,17 +0,0 @@ -struct target_pt_regs { - unsigned long regs[16]; - unsigned long pc; - unsigned long pr; - unsigned long sr; - unsigned long gbr; - unsigned long mach; - unsigned long macl; - long tra; -}; - -#define UNAME_MACHINE "sh4" -#define UNAME_MINIMUM_RELEASE "2.6.32" - -#define TARGET_MINSIGSTKSZ 2048 -#define TARGET_MLOCKALL_MCL_CURRENT 1 -#define TARGET_MLOCKALL_MCL_FUTURE 2