diff options
author | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-14 09:14:08 +0000 |
---|---|---|
committer | j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-10-14 09:14:08 +0000 |
commit | a13d7523cb4205e633e947d37559ef3a281c323e (patch) | |
tree | edd66152de1d85bb7934b79cb62f1744bf146f93 /target-ppc/cpu.h | |
parent | eacc324914c2dc7aecec3b4ea920252b685b5c8e (diff) |
There is no need of a specific MMU model for PowerPC 601.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3392 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-ppc/cpu.h')
-rw-r--r-- | target-ppc/cpu.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h index d39bd971a0..c6fc16ecbf 100644 --- a/target-ppc/cpu.h +++ b/target-ppc/cpu.h @@ -88,8 +88,6 @@ enum { POWERPC_MMU_UNKNOWN = 0, /* Standard 32 bits PowerPC MMU */ POWERPC_MMU_32B, - /* PowerPC 601 MMU */ - POWERPC_MMU_601, /* PowerPC 6xx MMU with software TLB */ POWERPC_MMU_SOFT_6xx, /* PowerPC 74xx MMU with software TLB */ |