From a13d7523cb4205e633e947d37559ef3a281c323e Mon Sep 17 00:00:00 2001 From: j_mayer Date: Sun, 14 Oct 2007 09:14:08 +0000 Subject: 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 --- target-ppc/cpu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'target-ppc/cpu.h') 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 */ -- cgit v1.2.3