]> Git Repo - qemu.git/commitdiff
microblaze: cpu: Delete MMAP_SHIFT definition
authorPeter Crosthwaite <[email protected]>
Fri, 15 May 2015 05:33:39 +0000 (22:33 -0700)
committerMichael Tokarev <[email protected]>
Wed, 3 Jun 2015 11:21:23 +0000 (14:21 +0300)
Just fallback on the default of 12 like other architectures. This
allows changing the system-mode-affecting definition of
TARGET_PAGE_BITS without affecting microblaze linux-user.

Signed-off-by: Peter Crosthwaite <[email protected]>
Reviewed-by: Edgar E. Iglesias <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
target-microblaze/cpu.h

index 4ea04acc4da778590c9a2c15305e7d0bc0831cb0..d73e1c728626bb3210b7f818b4604b171a164b38 100644 (file)
@@ -285,7 +285,6 @@ int cpu_mb_signal_handler(int host_signum, void *pinfo,
 
 /* FIXME: MB uses variable pages down to 1K but linux only uses 4k.  */
 #define TARGET_PAGE_BITS 12
-#define MMAP_SHIFT TARGET_PAGE_BITS
 
 #define TARGET_PHYS_ADDR_SPACE_BITS 32
 #define TARGET_VIRT_ADDR_SPACE_BITS 32
This page took 0.026877 seconds and 4 git commands to generate.