mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
target-ppc: Prepare POWER5P CPU family
It is ISA 2.03. Modelled as 970FX minus AltiVec flag. Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Alexey Kardashevskiy <aik@ozlabs.ru> Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Andreas Färber <afaerber@suse.de> Message-id: 1375321323-29954-4-git-send-email-afaerber@suse.de Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
469296f157
commit
35ebcb2b7a
2 changed files with 104 additions and 2 deletions
|
@ -1121,10 +1121,8 @@
|
|||
POWERPC_DEF("POWER5", CPU_POWERPC_POWER5, POWER5,
|
||||
"POWER5")
|
||||
#endif
|
||||
#if defined(TODO)
|
||||
POWERPC_DEF("POWER5+", CPU_POWERPC_POWER5P, POWER5P,
|
||||
"POWER5+")
|
||||
#endif
|
||||
#if defined(TODO)
|
||||
POWERPC_DEF("POWER6", CPU_POWERPC_POWER6, POWER6,
|
||||
"POWER6")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue