Prev: [PATCH 27/38] KVM: Fix msr trace
Next: [PATCH 13/38] KVM: Allow kvm_load_guest_fpu() even when !vcpu->fpu_active
From: Avi Kivity on 16 Feb 2010 05:50 Needed by <asm/kvm_para.h>. Signed-off-by: Avi Kivity <avi(a)redhat.com> --- arch/x86/include/asm/Kbuild | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x86/include/asm/Kbuild b/arch/x86/include/asm/Kbuild index 9f828f8..493092e 100644 --- a/arch/x86/include/asm/Kbuild +++ b/arch/x86/include/asm/Kbuild @@ -11,6 +11,7 @@ header-y += sigcontext32.h header-y += ucontext.h header-y += processor-flags.h header-y += hw_breakpoint.h +header-y += hyperv.h unifdef-y += e820.h unifdef-y += ist.h -- 1.6.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |