]> Git Repo - qemu.git/commit
target/ppc: Fix wrong number of UAMR register
authorThomas Huth <[email protected]>
Wed, 8 Mar 2017 19:58:43 +0000 (20:58 +0100)
committerDavid Gibson <[email protected]>
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 <[email protected]>
Signed-off-by: David Gibson <[email protected]>
target/ppc/cpu.h
This page took 0.025319 seconds and 4 git commands to generate.