]> git.proxmox.com Git - qemu.git/commit
PPC: BookE: Make ivpr selectable by CPU type
authorAlexander Graf <agraf@suse.de>
Thu, 21 Jun 2012 13:17:59 +0000 (15:17 +0200)
committerAlexander Graf <agraf@suse.de>
Sat, 23 Jun 2012 23:04:52 +0000 (01:04 +0200)
commite9cd84b90b7c6df64044b1e57730b8a9be5de26b
tree8ef626271a74f89efb5dfc7bfcf44bd507ace8e0
parent2a7a47fc6c19703a849a34243701a09052cb1bc6
PPC: BookE: Make ivpr selectable by CPU type

IVPR can either hold 32 or 64 bit addresses, depending on the CPU type. Let
the CPU initialization function pass in its mask itself, so we can easily
extend it.

Signed-off-by: Alexander Graf <agraf@suse.de>
target-ppc/translate_init.c