summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
authorGeoff Levand2013-04-05 21:20:30 +0200
committerGleb Natapov2013-04-08 12:02:09 +0200
commit8b415dcd762607379cf0a69c9dd25940da1d174e (patch)
treee92a029e27300415fb700e0de7d65f633e2ee1ea /arch/x86/include/asm
parentKVM: Move kvm_spurious_fault to x86.c (diff)
downloadkernel-qcow2-linux-8b415dcd762607379cf0a69c9dd25940da1d174e.tar.gz
kernel-qcow2-linux-8b415dcd762607379cf0a69c9dd25940da1d174e.tar.xz
kernel-qcow2-linux-8b415dcd762607379cf0a69c9dd25940da1d174e.zip
KVM: Move kvm_rebooting declaration out of x86
The variable kvm_rebooting is a common kvm variable, so move its declaration from arch/x86/include/asm/kvm_host.h to include/asm/kvm_host.h. Fixes this sparse warning when building on arm64: virt/kvm/kvm_main.c:warning: symbol 'kvm_rebooting' was not declared. Should it be static? Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Gleb Natapov <gleb@redhat.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/kvm_host.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 628163c0c6e4..b2c7263c93b6 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -972,7 +972,6 @@ enum {
* Trap the fault and ignore the instruction if that happens.
*/
asmlinkage void kvm_spurious_fault(void);
-extern bool kvm_rebooting;
#define ____kvm_handle_fault_on_reboot(insn, cleanup_insn) \
"666: " insn "\n\t" \