diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2011-07-21 07:01:51 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2011-07-26 14:30:54 +0000 |
commit | 87f19eb2a5a3ffda5db4ab3bc0c326f2fcd3bcce (patch) | |
tree | a560ce6bd3c667ed7c0ae8f0678b259a3ab1033e /qemu-options.h | |
parent | 906879a98fa31232f494fece3c5cb3c2baaf8c3c (diff) |
target-arm: Support v6 barriers in linux-user mode
ARMv6 implemented various operations as special cases of cp15 accesses
which are true instructions in v7; this includes barriers (DMB, DSB, ISB).
Catch this special case at translate time, so that it works in linux-user
mode (which doesn't provide a functional get_cp15 helper) as well as
system mode.
Includes minor cleanup of the existing cases (single switch statement,
and doing the "OK in user mode?" test explicitly rather than hiding it in
cp15_user_ok()).
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'qemu-options.h')
0 files changed, 0 insertions, 0 deletions