linux/arch/arm64/include
Will Deacon ac413349b7 KVM: ARM/arm64: fix broken __percpu annotation
commit 4000be423c upstream.

Running sparse results in a bunch of noisy address space mismatches
thanks to the broken __percpu annotation on kvm_get_running_vcpus.

This function returns a pcpu pointer to a pointer, not a pointer to a
pcpu pointer. This patch fixes the annotation, which kills the warnings
from sparse.

Cc: Christoffer Dall <christoffer.dall@linaro.org>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Shannon Zhao <shannon.zhao@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-06-29 12:25:38 -07:00
..
asm KVM: ARM/arm64: fix broken __percpu annotation 2015-06-29 12:25:38 -07:00
uapi/asm arm64: KVM: Add VGIC device control for arm64 2014-02-14 11:09:49 +01:00