commit | 54723bb37feac347a169359536f3dff122cabca3 | [log] [tgz] |
---|---|---|
author | Christoffer Dall <christoffer.dall@linaro.org> | Sun Aug 30 14:45:20 2015 +0200 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Thu Oct 22 23:01:43 2015 +0200 |
tree | 80f6593a7634deb7b0c28cb2c8d7e3e303b3395c | |
parent | 8bf9a701e103fd17dbdf0355e43ff5200b4823aa [diff] |
arm/arm64: KVM: Use appropriate define in VGIC reset code We currently initialize the SGIs to be enabled in the VGIC code, but we use the VGIC_NR_PPIS define for this purpose, instead of the the more natural VGIC_NR_SGIS. Change this slightly confusing use of the defines. Note: This should have no functional change, as both names are defined to the number 16. Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>