]> git.proxmox.com Git - mirror_qemu.git/commit - target/ppc/translate_init.c.inc
target-ppc: Remove check_pow_970FX
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Wed, 4 Jun 2014 12:50:46 +0000 (22:50 +1000)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:43 +0000 (13:24 +0200)
commit90618f4f4d1e7b5b9fe40834646adac1e21d1b07
tree3d1a8193234b2864a7530d652442b3c11a855ee4
parent7488d481ce53a546512c959b1a6b0316aaed1f34
target-ppc: Remove check_pow_970FX

After merging 970s into one class, check_pow_970() is used for all of them.
Since POWER5+ is no different in the matter of supported power modes,
let's use the same check_pow() callback for POWER5+ too,

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Reviewed-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate_init.c