]> git.proxmox.com Git - mirror_qemu.git/commit
hw/mpcore: Clean up mpcore_priv_read/write as they are now SCU only
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 5 Dec 2011 13:49:18 +0000 (13:49 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 12 Dec 2011 10:26:31 +0000 (10:26 +0000)
commit538ddf65779519794f8c4e39b25ca49b47568750
treedcde551e9758b9befdacaa1fa1846121967a9cf2
parentc3ffa5953abcb06decf2a02226fc5a9cc5e1ffe9
hw/mpcore: Clean up mpcore_priv_read/write as they are now SCU only

The only code left in mpcore_priv_read and mpcore_priv_write is now
the implementation of the SCU registers. Clean up by renaming functions
and removing some unnecessary conditionals to make this clearer.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/mpcore.c