diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2016-01-05 17:53:33 -0500 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2016-02-29 13:34:15 -0500 |
commit | 4448932fb09a44d73f820afd8fa145a24b3b3995 (patch) | |
tree | cd6a192cfcd466c2d970a77ad755c2415df7e529 /arch/arm/kvm | |
parent | fa85e25dad0f3f4e7ff2c58a914dcfe53210f680 (diff) |
ARM: KVM: Turn CP15 defines to an enum
Just like on arm64, having the CP15 registers expressed as a set
of #defines has been very conflict-prone. Let's turn it into an
enum, which should make it more manageable.
Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat (limited to 'arch/arm/kvm')
-rw-r--r-- | arch/arm/kvm/guest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/kvm/guest.c b/arch/arm/kvm/guest.c index 86e26fbd5ba3..12cbb6824443 100644 --- a/arch/arm/kvm/guest.c +++ b/arch/arm/kvm/guest.c | |||
@@ -25,7 +25,6 @@ | |||
25 | #include <asm/cputype.h> | 25 | #include <asm/cputype.h> |
26 | #include <asm/uaccess.h> | 26 | #include <asm/uaccess.h> |
27 | #include <asm/kvm.h> | 27 | #include <asm/kvm.h> |
28 | #include <asm/kvm_asm.h> | ||
29 | #include <asm/kvm_emulate.h> | 28 | #include <asm/kvm_emulate.h> |
30 | #include <asm/kvm_coproc.h> | 29 | #include <asm/kvm_coproc.h> |
31 | 30 | ||