]> git.baikalelectronics.ru Git - kernel.git/commit
arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1
authorMark Rutland <mark.rutland@arm.com>
Mon, 5 Jun 2017 13:20:00 +0000 (14:20 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 15 Jun 2017 08:45:07 +0000 (09:45 +0100)
commit51ba0612a89cd5e6d0060812963a6709a2596bf7
treeeea0d5786b940132d2f2d2bee61c4c216c73a823
parentdfa3d02b1989d9e4b6cb876718b2b033c553888c
arm64/kvm: sysreg: fix typo'd SYS_ICC_IGRPEN*_EL1

Per ARM DDI 0487B.a, the registers are named ICC_IGRPEN*_EL1 rather than
ICC_GRPEN*_EL1. Correct our mnemonics and comments to match, before we
add more GICv3 register definitions.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: kvmarm@lists.cs.columbia.edu
Acked-by: Christoffer Dall <cdall@linaro.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Christoffer Dall <cdall@linaro.org>
arch/arm64/include/asm/arch_gicv3.h
arch/arm64/include/asm/sysreg.h
arch/arm64/kvm/vgic-sys-reg-v3.c
virt/kvm/arm/hyp/vgic-v3-sr.c