commit | 4448932fb09a44d73f820afd8fa145a24b3b3995 | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Tue Jan 05 22:53:33 2016 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Mon Feb 29 18:34:15 2016 +0000 |
tree | cd6a192cfcd466c2d970a77ad755c2415df7e529 | |
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>