]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc: Fix wrong number of UAMR register
authorThomas Huth <thuth@redhat.com>
Wed, 8 Mar 2017 19:58:43 +0000 (20:58 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 14 Mar 2017 00:12:10 +0000 (11:12 +1100)
commitf244115cbd7530893e720cd1302308e4390c5ef7
tree3a2c8159cfb17f6551f58e82dc9a2be85e03d2cc
parent5bac3c39c82e149515c10643acafd1d292433775
target/ppc: Fix wrong number of UAMR register

The SPR UAMR has the number 13, and not 12. (Fortunately it seems like
Linux is not using this register yet - only the privileged version with
number 29 ... that's why nobody noticed this problem yet)

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/cpu.h