From: Scott Wood Date: Fri, 10 Jan 2014 00:43:16 +0000 (-0600) Subject: kvm: Provide kvm_vcpu_eligible_for_directed_yield() stub X-Git-Tag: v3.14-rc1~127^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a55dd7273c95b4a19fbcf0ae1bbd1cfd09dfc36;p=pandora-kernel.git kvm: Provide kvm_vcpu_eligible_for_directed_yield() stub Commit 7940876e1330671708186ac3386aa521ffb5c182 ("kvm: make local functions static") broke KVM PPC builds due to removing (rather than moving) the stub version of kvm_vcpu_eligible_for_directed_yield(). This patch reintroduces it. Signed-off-by: Scott Wood Cc: Stephen Hemminger Cc: Alexander Graf [Move the #ifdef inside the function. - Paolo] Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed