arm: Add const attribute to some arm_boot_info pointers
authorStefan Weil <weil@mail.berlios.de>
Thu, 23 Jun 2011 15:53:48 +0000 (17:53 +0200)
committerAndrzej Zaborowski <andrew.zaborowski@intel.com>
Mon, 4 Jul 2011 19:58:25 +0000 (21:58 +0200)
commite2da565dc545197e2a525d3a822fb3499bb99a6e
treeebfadf060ddb6b47b9e1e17a24a85b666fd779e1
parente0706c9b7b1c6a1524f8da28325763b6fb7aa296
arm: Add const attribute to some arm_boot_info pointers

Parameter 'info' is const, so add the missing attribute.

v2:
Add 'const' to the local variable info in do_cpu_reset() and to
the boot_info field in CPUARMState (suggested by Peter Maydell).

Cc: Andrzej Zaborowski <balrogg@gmail.com>
Cc: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com>
hw/arm-misc.h
hw/arm_boot.c
hw/nseries.c
target-arm/cpu.h