arm: armv7m: Rename address_space_mem -> system_memory
commit6e9322dea3f72019f8c41139ff2d5a159db87a3f
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Tue, 19 Aug 2014 17:56:28 +0000 (19 18:56 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 19 Aug 2014 18:02:40 +0000 (19 19:02 +0100)
treea89014981c1ced825fb76782b08f4c35d6dd2c07
parent6f5d3cbe8892367026526a7deed0ceecc700a7ad
arm: armv7m: Rename address_space_mem -> system_memory

This argument is a MemoryRegion and not an AddressSpace.

"Address space" means something quite different to "memory region"
in QEMU parlance so rename the variable to reduce confusion.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Message-id: f666cf7f2318d9b461b1e320a45bf0d82da9b7dd.1408347860.git.peter.crosthwaite@xilinx.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/armv7m.c
include/hw/arm/arm.h