Re: [Qemu-devel] [PATCH 06/11] target-arm: Don't define any MMU_MODE*_SUFFIXes

2015-01-26 Thread Greg Bellows
On Fri, Jan 23, 2015 at 12:20 PM, Peter Maydell wrote: > target-arm doesn't use any of the MMU-mode specific cpu ldst > accessor functions. Suppress their generation by not defining > any of the MMU_MODE*_SUFFIX macros. ("user" and "kernel" are > too simplistic as descriptions of indexes 0 and 1

[Qemu-devel] [PATCH 06/11] target-arm: Don't define any MMU_MODE*_SUFFIXes

2015-01-23 Thread Peter Maydell
target-arm doesn't use any of the MMU-mode specific cpu ldst accessor functions. Suppress their generation by not defining any of the MMU_MODE*_SUFFIX macros. ("user" and "kernel" are too simplistic as descriptions of indexes 0 and 1 anyway.) Signed-off-by: Peter Maydell --- target-arm/cpu.h | 2