diff options
author | Victor Kamensky <victor.kamensky@linaro.org> | 2014-06-12 20:30:01 +0400 |
---|---|---|
committer | Christoffer Dall <christoffer.dall@linaro.org> | 2014-07-11 15:57:38 +0400 |
commit | 64054c25cf7e060cd6780744fefe7ed3990e4f21 (patch) | |
tree | 90cb733124a81f393f6caab5209d91b64ccba0e1 /scripts/gdb/linux/utils.py | |
parent | af92394efc8be73edd2301fc15f9b57fd430cd18 (diff) | |
download | linux-64054c25cf7e060cd6780744fefe7ed3990e4f21.tar.xz |
ARM: KVM: fix vgic V7 assembler code to work in BE image
The vgic h/w registers are little endian; when BE asm code
reads/writes from/to them, it needs to do byteswap after/before.
Byteswap code uses ARM_BE8 wrapper to add swap only if
CONFIG_CPU_BIG_ENDIAN is configured.
Signed-off-by: Victor Kamensky <victor.kamensky@linaro.org>
Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions