projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ffdd7e
)
Revert "KVM: allow host header to be included even for !CONFIG_KVM"
author
Marcelo Tosatti
<mtosatti@redhat.com>
Fri, 22 Mar 2013 11:08:06 +0000
(08:08 -0300)
committer
Marcelo Tosatti
<mtosatti@redhat.com>
Fri, 22 Mar 2013 11:08:06 +0000
(08:08 -0300)
This reverts commit
f445f11eb2cc265dd47da5b2e864df46cd6e5a82
as
it breaks PPC with CONFIG_KVM=n.
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
include/linux/kvm_host.h
patch
|
blob
|
history
diff --git
a/include/linux/kvm_host.h
b/include/linux/kvm_host.h
index a9428635c9fdbd61f094cc7574caf6b291c8f35e..cad77fe09d770e47a03f8a802bd09fd30b3d136b 100644
(file)
--- a/
include/linux/kvm_host.h
+++ b/
include/linux/kvm_host.h
@@
-1,8
+1,6
@@
#ifndef __KVM_HOST_H
#define __KVM_HOST_H
-#if IS_ENABLED(CONFIG_KVM)
-
/*
* This work is licensed under the terms of the GNU GPL, version 2. See
* the COPYING file in the top-level directory.
@@
-1057,8
+1055,5
@@
static inline bool kvm_vcpu_eligible_for_directed_yield(struct kvm_vcpu *vcpu)
}
#endif /* CONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT */
-#else
-static inline void __guest_enter(void) { return; }
-static inline void __guest_exit(void) { return; }
-#endif /* IS_ENABLED(CONFIG_KVM) */
#endif
+