From: Alejandro Cabrera Date: Mon, 11 Apr 2011 21:07:58 +0000 (+0200) Subject: microblaze: Correct MMU_ZONES mask X-Git-Tag: v0.15.0-rc0~510 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7458a432f03bc9af031336af29fc6477de8c5e34;p=thirdparty%2Fqemu.git microblaze: Correct MMU_ZONES mask Signed-off-by: Alejandro Cabrera Signed-off-by: Edgar E. Iglesias --- diff --git a/target-microblaze/cpu.h b/target-microblaze/cpu.h index 14d4d427305..cc096474ff9 100644 --- a/target-microblaze/cpu.h +++ b/target-microblaze/cpu.h @@ -194,7 +194,7 @@ struct CPUMBState; #define PVR11_MMU_ITLB_SIZE 0x38000000 #define PVR11_MMU_DTLB_SIZE 0x07000000 #define PVR11_MMU_TLB_ACCESS 0x00C00000 -#define PVR11_MMU_ZONES 0x003C0000 +#define PVR11_MMU_ZONES 0x003E0000 /* MSR Reset value PVR mask */ #define PVR11_MSR_RESET_VALUE_MASK 0x000007FF