+1
-6
include/linux/kvm_host.h
+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
+