Merge branch 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/kernel...
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 23 Jan 2015 12:09:15 +0000 (13:09 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 23 Jan 2015 12:09:15 +0000 (13:09 +0100)
commitc6156df9d32141e5f1abb43078c56f2e5a0cb294
tree505828a6ef4719511ce7f545100f6c4ce516ca27
parentcfaa790a3fb8a7efa98f4a6457e19dc3a0db35d3
parent056bb5f51c357ee00046fde4929a03468ff45e7a
Merge branch 'arm64/common-esr-macros' of git://git./linux/kernel/git/mark/linux into kvm-next

ESR_ELx definitions clean-up from Mark Rutland.

* 'arm64/common-esr-macros' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux:
  arm64: kvm: decode ESR_ELx.EC when reporting exceptions
  arm64: kvm: remove ESR_EL2_* macros
  arm64: remove ESR_EL1_* macros
  arm64: kvm: move to ESR_ELx macros
  arm64: decode ESR_ELx.EC when reporting exceptions
  arm64: move to ESR_ELx macros
  arm64: introduce common ESR_ELx_* definitions

This is required by the patch "arm/arm64: KVM: add tracing support for
arm64 exit handler" in Christoffer's pull request.