]> Git Repo - qemu.git/commit
arm: armv7m: Rename address_space_mem -> system_memory
authorPeter Crosthwaite <[email protected]>
Tue, 19 Aug 2014 17:56:28 +0000 (18:56 +0100)
committerPeter Maydell <[email protected]>
Tue, 19 Aug 2014 18:02:40 +0000 (19:02 +0100)
commit6e9322dea3f72019f8c41139ff2d5a159db87a3f
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 <[email protected]>
Message-id: f666cf7f2318d9b461b1e320a45bf0d82da9b7dd.1408347860[email protected]
Signed-off-by: Peter Maydell <[email protected]>
hw/arm/armv7m.c
include/hw/arm/arm.h
This page took 0.026317 seconds and 4 git commands to generate.