]> Git Repo - qemu.git/commit
hw/pxa2xx: Fix transposed crn/crm values for pxa2xx cp14 perf regs
authorPeter Maydell <[email protected]>
Sat, 2 Feb 2013 15:13:02 +0000 (15:13 +0000)
committerAnthony Liguori <[email protected]>
Wed, 6 Feb 2013 22:37:24 +0000 (16:37 -0600)
commitf565235b71b7be66f3f6b385a5377969f5ed26f7
tree0b9ee4e32d11e27c92e6bda0aaf1c5553caa145c
parent5b2cd9857d945cc1e9b6f596c757f70e25aed60c
hw/pxa2xx: Fix transposed crn/crm values for pxa2xx cp14 perf regs

When the pxa2xx performance counter related cp14 registers were converted
from a switch-statement implementation to the new table driven cpregs
format in commit dc2a9045c, the crn and crm values for all these
registers were accidentally transposed. Fix this mistake, which was
causing OpenBSD for Zaurus to fail to boot.

Reported-by: Jonathan Gray <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
hw/pxa2xx.c
This page took 0.025547 seconds and 4 git commands to generate.