OSDN Git Service

nseries: Rename n800_s::cpu to mpu
authorAndreas Färber <afaerber@suse.de>
Sun, 13 May 2012 20:13:15 +0000 (22:13 +0200)
committerAndreas Färber <afaerber@suse.de>
Sun, 10 Jun 2012 22:23:03 +0000 (00:23 +0200)
commit518ec1342cf11169957b4f58ba23b1fdabb59d50
tree3155986c1a283219e279cd42fdfa570cee282acb
parentdbaf26b3b22daae3be6a89b965e43503e7c3b912
nseries: Rename n800_s::cpu to mpu

omap_mpu_state_s::env was renamed to cpu while changing its type.
With n800_s::cpu of type omap_mpu_state_s* this leads to s->cpu->cpu.

Rename the field to "mpu" to avoid this ugliness.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
hw/nseries.c