Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://git.kernel.org/pub/scm/virt/kvm/kvm

Pull KVM fix from Marcelo Tosatti:
"Fix compilation on PPC with !CONFIG_KVM"

* git://git.kernel.org/pub/scm/virt/kvm/kvm:
Revert "KVM: allow host header to be included even for !CONFIG_KVM"

+1 -6
+1 -6
include/linux/kvm_host.h
··· 1 1 #ifndef __KVM_HOST_H 2 2 #define __KVM_HOST_H 3 3 4 - #if IS_ENABLED(CONFIG_KVM) 5 - 6 4 /* 7 5 * This work is licensed under the terms of the GNU GPL, version 2. See 8 6 * the COPYING file in the top-level directory. ··· 1055 1057 } 1056 1058 1057 1059 #endif /* CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT */ 1058 - #else 1059 - static inline void __guest_enter(void) { return; } 1060 - static inline void __guest_exit(void) { return; } 1061 - #endif /* IS_ENABLED(CONFIG_KVM) */ 1062 1060 #endif 1061 +