From: Geoff Levand Date: Fri, 5 Apr 2013 19:20:30 +0000 (+0000) Subject: KVM: Move kvm_spurious_fault to x86.c X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3ba45b8041740f4ab8bbba3c6239876661aeed6;p=pandora-kernel.git KVM: Move kvm_spurious_fault to x86.c The routine kvm_spurious_fault() is an x86 specific routine, so move it from virt/kvm/kvm_main.c to arch/x86/kvm/x86.c. Fixes this sparse warning when building on arm64: virt/kvm/kvm_main.c:warning: symbol 'kvm_spurious_fault' was not declared. Should it be static? Signed-off-by: Geoff Levand Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed