Skip to content

Commit

Permalink
Revert "KVM: allow host header to be included even for !CONFIG_KVM"
Browse files Browse the repository at this point in the history
This reverts commit f445f11 as
it breaks PPC with CONFIG_KVM=n.

Signed-off-by: Marcelo Tosatti <[email protected]>
  • Loading branch information
matosatti committed Mar 22, 2013
1 parent 2ffdd7e commit 09a6e1f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions include/linux/kvm_host.h
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

0 comments on commit 09a6e1f

Please sign in to comment.