diff options
author | Will Deacon <will.deacon@arm.com> | 2015-03-27 12:22:50 +0000 |
---|---|---|
committer | Will Deacon <will.deacon@arm.com> | 2015-03-27 12:22:50 +0000 |
commit | 849176c96dab827548176e851525bd1c3fff5a6a (patch) | |
tree | 9bc0528b11290bb3bbfd0e1bbc1c55a646937374 /arch/arm/kvm | |
parent | 24deabf1b29a72ec7cb8e4f5e8151d60f0066467 (diff) | |
parent | a9fea8b388ed5838fe0744970e67f7019d420824 (diff) | |
download | op-kernel-dev-849176c96dab827548176e851525bd1c3fff5a6a.zip op-kernel-dev-849176c96dab827548176e851525bd1c3fff5a6a.tar.gz |
Merge branch 'aarch64/kvm-bounce-page' into aarch64/for-next/core
Just as we thought we'd fixed this, another old linker reared its ugly
head trying to build linux-next. Unfortunately, it's the linker binary
provided on kernel.org, so give up trying to be clever and align the
hyp page to 4k.
Diffstat (limited to 'arch/arm/kvm')
-rw-r--r-- | arch/arm/kvm/init.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/kvm/init.S b/arch/arm/kvm/init.S index 11fb1d5..3988e72 100644 --- a/arch/arm/kvm/init.S +++ b/arch/arm/kvm/init.S @@ -157,6 +157,3 @@ target: @ We're now in the trampoline code, switch page tables __kvm_hyp_init_end: .popsection - - .global __hyp_idmap_size - .set __hyp_idmap_size, __kvm_hyp_init_end - __kvm_hyp_init |