From: Will Deacon Date: Tue, 26 Aug 2014 14:13:21 +0000 (+0100) Subject: KVM: ARM/arm64: fix broken __percpu annotation X-Git-Tag: fixes-for-v3.18-merge-window~23^2~3^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4000be423cb01a8d09de878bb8184511c49d4238;p=pandora-kernel.git KVM: ARM/arm64: fix broken __percpu annotation 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 Cc: Marc Zyngier Signed-off-by: Will Deacon Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed