commit | ec876f4b252c4084acad259ce3e65ad97f44f040 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Thu Oct 04 09:35:35 2018 +0100 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Tue Oct 09 11:55:47 2018 +0100 |
tree | f580cd3c4bc0e6476ca6fc7da78c927fedf31edb | |
parent | 7876320f88802b22d4e2daf7eb027dd14175a0f8 [diff] |
ARM: KVM: Correctly order SGI register entries in the cp15 array The ICC_ASGI1R and ICC_SGI0R register entries in the cp15 array are not correctly ordered, leading to a BUG() at boot time. Move them to their natural location. Fixes: 3e8a8a50c7ef ("KVM: arm: vgic-v3: Add support for ICC_SGI0R and ICC_ASGI1R accesses") Reported-by: Florian Fainelli <f.fainelli@gmail.com> Tested-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>