mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
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
This commit is contained in:
parent
eacc324914
commit
a13d7523cb
3 changed files with 1 additions and 27 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue