]> xenbits.xensource.com Git - qemu-xen-4.5-testing.git/commitdiff
MIPS has also a fixed MMAP_SHIFT of 12.
authorths <ths>
Mon, 11 Dec 2006 22:04:25 +0000 (22:04 +0000)
committerths <ths>
Mon, 11 Dec 2006 22:04:25 +0000 (22:04 +0000)
linux-user/syscall.c

index 155297966e0d3171043a0ee113b4814517e82722..1c312181865fe4a747b605845cf971330601d42e 100644 (file)
@@ -2673,7 +2673,7 @@ long do_syscall(void *cpu_env, int num, long arg1, long arg2, long arg3,
         break;
 #ifdef TARGET_NR_mmap2
     case TARGET_NR_mmap2:
-#if defined(TARGET_SPARC)
+#if defined(TARGET_SPARC) || defined(TARGET_MIPS)
 #define MMAP_SHIFT 12
 #else
 #define MMAP_SHIFT TARGET_PAGE_BITS