qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [7029] target-alpha: set target page size to 13 bits
@ 2009-04-07 21:47 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2009-04-07 21:47 UTC (permalink / raw)
  To: qemu-devel

Revision: 7029
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=7029
Author:   aurel32
Date:     2009-04-07 21:47:34 +0000 (Tue, 07 Apr 2009)
Log Message:
-----------
target-alpha: set target page size to 13 bits

(As defined by the alpha arch ref).

Signed-off-by: Tristan Gingold <gingold@adacore.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>

Modified Paths:
--------------
    trunk/target-alpha/cpu.h

Modified: trunk/target-alpha/cpu.h
===================================================================
--- trunk/target-alpha/cpu.h	2009-04-07 21:47:27 UTC (rev 7028)
+++ trunk/target-alpha/cpu.h	2009-04-07 21:47:34 UTC (rev 7029)
@@ -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
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-07 21:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-07 21:47 [Qemu-devel] [7029] target-alpha: set target page size to 13 bits Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).