]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
target-ppc: Fix "G2leGP3" PVR
authorAndreas Färber <afaerber@suse.de>
Sun, 17 Feb 2013 23:16:00 +0000 (23:16 +0000)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 2 Apr 2013 14:52:13 +0000 (09:52 -0500)
commit80d8b5da48c29bfb086254a6caf87a432f63d130
tree893535ddde404147453d4597f3eb7eb2a2c7e44a
parent03e94e39ce5259efdbdeefa1f249ddb499d57321
target-ppc: Fix "G2leGP3" PVR

Unlike derived PVR constants mapped to CPU_POWERPC_G2LEgp3, the
"G2leGP3" model definition itself used the CPU_POWERPC_G2LEgp1 PVR.

Fixing this will allow to alias CPU_POWERPC_G2LEgp3-using types to
"G2leGP3".

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
(cherry picked from commit bfe6d5b0daf9fdafeb0dbb7c26774dbb1bbb4507)

Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target-ppc/translate_init.c