diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-13 13:49:44 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-05-13 13:49:44 +0000 |
commit | 29929e349009731a2fb22a983da75f67b6e78362 (patch) | |
tree | 7f9d023bce207a7276bf7bff71da062e7029abcc /target-mips/mips-defs.h | |
parent | f707cfba9a5ee2d4ea6edc3d0588163141f285ad (diff) |
MIPS TLB style selection at runtime, by Herve Poussineau.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2809 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/mips-defs.h')
-rw-r--r-- | target-mips/mips-defs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-mips/mips-defs.h b/target-mips/mips-defs.h index 414f476db2..6f012a964e 100644 --- a/target-mips/mips-defs.h +++ b/target-mips/mips-defs.h @@ -6,8 +6,6 @@ /* real pages are variable size... */ #define TARGET_PAGE_BITS 12 -/* Uses MIPS R4Kc TLB model */ -#define MIPS_USES_R4K_TLB #define MIPS_TLB_MAX 128 #ifdef TARGET_MIPS64 |