OSDN Git Service

target-arm: A64: Implement store-exclusive for system mode
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2014 10:35:55 +0000 (10:35 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 20 Feb 2014 10:35:55 +0000 (10:35 +0000)
commitd324b36ad93b84509aeee41f05ee17a6c5de7826
tree36aa45030eee629f92efa7a05e3bf1d7ac5e00ab
parent7900e9f1f963184967594f4518c97ea682a9605f
target-arm: A64: Implement store-exclusive for system mode

System mode store-exclusive use a different code path to usermode ones;
implement this missing code, in a similar way to the 32 bit version.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
target-arm/translate-a64.c