From b09d9d4618b936f64a7d42f12858ca12ba661128 Mon Sep 17 00:00:00 2001 From: aurel32 Date: Tue, 7 Apr 2009 21:47:34 +0000 Subject: [PATCH] target-alpha: set target page size to 13 bits (As defined by the alpha arch ref). Signed-off-by: Tristan Gingold Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7029 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-alpha/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target-alpha/cpu.h b/target-alpha/cpu.h index a9f1c0f..582827e 100644 --- a/target-alpha/cpu.h +++ b/target-alpha/cpu.h @@ -40,7 +40,7 @@ #define ICACHE_LINE_SIZE 32 #define DCACHE_LINE_SIZE 32 -#define TARGET_PAGE_BITS 12 +#define TARGET_PAGE_BITS 13 #define VA_BITS 43 -- 1.7.9.5