Skip to content
Snippets Groups Projects
Commit b09d9d46 authored by Aurelien Jarno's avatar Aurelien Jarno
Browse files

target-alpha: set target page size to 13 bits


(As defined by the alpha arch ref).

Signed-off-by: default avatarTristan Gingold <gingold@adacore.com>
Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7029 c046a42c-6fe2-441c-8c8c-71466251a162
parent e37e6ee6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment