diff options
Diffstat (limited to 'emulators/qemu-devel/files/patch-z9-bsd-user-sson003a')
| -rw-r--r-- | emulators/qemu-devel/files/patch-z9-bsd-user-sson003a | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/emulators/qemu-devel/files/patch-z9-bsd-user-sson003a b/emulators/qemu-devel/files/patch-z9-bsd-user-sson003a deleted file mode 100644 index 3a8887d6c98a..000000000000 --- a/emulators/qemu-devel/files/patch-z9-bsd-user-sson003a +++ /dev/null @@ -1,40 +0,0 @@ -diff --git a/bsd-user/freebsd/ioctl.h b/bsd-user/freebsd/ioctl.h -index 67c5583..f83f6c1 100644 ---- a/bsd-user/freebsd/ioctl.h -+++ b/bsd-user/freebsd/ioctl.h -@@ -8,8 +8,8 @@ IOCTL(TIOCSBRK, IOC_, TYPE_NULL) - IOCTL(TIOCCBRK, IOC_, TYPE_NULL) - IOCTL(TIOCSDTR, IOC_, TYPE_NULL) - IOCTL(TIOCCDTR, IOC_, TYPE_NULL) --IOCTL(TIOCGPGRP, IOC_W, MK_PTR(TYPE_INT)) --IOCTL(TIOCSPGRP, IOC_R, MK_PTR(TYPE_INT)) -+IOCTL(TIOCGPGRP, IOC_R, MK_PTR(TYPE_INT)) -+IOCTL(TIOCSPGRP, IOC_W, MK_PTR(TYPE_INT)) - IOCTL(TIOCGETA, IOC_R, MK_PTR(MK_STRUCT(STRUCT_termios))) - IOCTL(TIOCSETA, IOC_W, MK_PTR(MK_STRUCT(STRUCT_termios))) - IOCTL(TIOCSETAW, IOC_W, MK_PTR(MK_STRUCT(STRUCT_termios))) -diff --git a/bsd-user/main.c b/bsd-user/main.c -index d9a0ecd..7cc77aa 100644 ---- a/bsd-user/main.c -+++ b/bsd-user/main.c -@@ -1907,7 +1907,7 @@ int main(int argc, char **argv) - env->hflags |= MIPS_HFLAG_M16; - } - #if defined(TARGET_MIPS64) -- env->hflags |= MIPS_HFLAG_UX; -+ env->hflags |= MIPS_HFLAG_UX | MIPS_HFLAG_64; - #endif - } - #else -diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c -index 581a31f..a40d7ce 100644 ---- a/bsd-user/syscall.c -+++ b/bsd-user/syscall.c -@@ -278,7 +278,6 @@ static abi_long do_freebsd_sysarch(void *env, int op, abi_ulong parms) - #ifdef TARGET_ARM - static abi_long do_freebsd_sysarch(void *env, int op, abi_ulong parms) - { -- abi_ulong val; - - switch (op) { - case TARGET_FREEBSD_ARM_SET_TP: |
