diff options
author | Mark Brown <broonie@linaro.org> | 2013-08-30 11:04:14 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-30 11:04:14 +0100 |
commit | c79c33af8f867e57ad4b84102db7901aee67485a (patch) | |
tree | aa619736b89a143cfc48f9647493c929523a928a /arch/arm/kvm/coproc_a15.c | |
parent | 1c9a341bbdc14051a4d8c74ea67269786c7d3736 (diff) | |
parent | 824ef826f3c4d83d1925a5e351313bfd3e5ca6cb (diff) | |
download | kernel-common-c79c33af8f867e57ad4b84102db7901aee67485a.tar.gz kernel-common-c79c33af8f867e57ad4b84102db7901aee67485a.tar.bz2 kernel-common-c79c33af8f867e57ad4b84102db7901aee67485a.zip |
Merge remote-tracking branch 'asoc/topic/core' into tmp
Diffstat (limited to 'arch/arm/kvm/coproc_a15.c')
-rw-r--r-- | arch/arm/kvm/coproc_a15.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/kvm/coproc_a15.c b/arch/arm/kvm/coproc_a15.c index 685063a6d0cf..cf93472b9dd6 100644 --- a/arch/arm/kvm/coproc_a15.c +++ b/arch/arm/kvm/coproc_a15.c @@ -114,7 +114,11 @@ static bool access_l2ectlr(struct kvm_vcpu *vcpu, /* * A15-specific CP15 registers. - * Important: Must be sorted ascending by CRn, CRM, Op1, Op2 + * CRn denotes the primary register number, but is copied to the CRm in the + * user space API for 64-bit register access in line with the terminology used + * in the ARM ARM. + * Important: Must be sorted ascending by CRn, CRM, Op1, Op2 and with 64-bit + * registers preceding 32-bit ones. */ static const struct coproc_reg a15_regs[] = { /* MPIDR: we use VMPIDR for guest access. */ |