]> Git Repo - qemu.git/commit - target-arm/helper.c
target-arm: Clean up handling of MPIDR
authorPeter Maydell <[email protected]>
Thu, 3 Feb 2011 19:43:23 +0000 (19:43 +0000)
committerAurelien Jarno <[email protected]>
Fri, 4 Feb 2011 20:30:15 +0000 (21:30 +0100)
commit607b4b0876bd3b1f33786ecc010ca2723de57270
treeb9ada0a4a8d14cbed7e3639e5abac337bb188d66
parente1bbf44636a7435be0582f56aa0947d5186d6009
target-arm: Clean up handling of MPIDR

The ARM cp15 register 0,c0,c0,5 is standardised in the v7 architecture
as the MPIDR. Clean up its implementation to remove A9 specific handling.

This commit includes fixing an error in the value returned for the
MPIDR on A9, where we were erroneously claiming a cluster ID of 9.

Signed-off-by: Peter Maydell <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-arm/helper.c
This page took 0.026291 seconds and 4 git commands to generate.