arm64/kvm: vgic: use SYS_DESC()
authorMark Rutland <mark.rutland@arm.com>
Mon, 5 Jun 2017 13:20:01 +0000 (14:20 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 15 Jun 2017 08:45:08 +0000 (09:45 +0100)
commit0959db6c0b069739ffedf3f6b97644213df586d4
tree08b09cd01bcecffc1dc6dbe8208c42e8f7bb93de
parent21bc52817772a5af6a8a5a750c676ea4a02d4d3b
arm64/kvm: vgic: use SYS_DESC()

Almost all of the arm64 KVM code uses the sysreg mnemonics for AArch64
register descriptions. Move the last straggler over.

To match what we do for SYS_ICH_AP*R*_EL2, the SYS_ICC_AP*R*_EL1
mnemonics are expanded in <asm/sysreg.h>.

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/sysreg.h
arch/arm64/kvm/vgic-sys-reg-v3.c