commit | 8b415dcd762607379cf0a69c9dd25940da1d174e | [log] [tgz] |
---|---|---|
author | Geoff Levand <geoff@infradead.org> | Fri Apr 05 19:20:30 2013 +0000 |
committer | Gleb Natapov <gleb@redhat.com> | Mon Apr 08 13:02:09 2013 +0300 |
tree | e92a029e27300415fb700e0de7d65f633e2ee1ea | |
parent | e3ba45b8041740f4ab8bbba3c6239876661aeed6 [diff] |
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>