diff options
author | Avi Kivity <avi@redhat.com> | 2010-01-18 11:26:34 (GMT) |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2010-03-01 15:36:01 (GMT) |
commit | 94718da12741ef44e1eb2bfe3ca37db92115a3d3 (patch) | |
tree | 1cb5b433318e63c3cf468714b012d2d655333f08 /arch | |
parent | 8dae444529230301bc85fc86033aa06a734c1a29 (diff) | |
download | linux-94718da12741ef44e1eb2bfe3ca37db92115a3d3.tar.xz |
KVM: export <asm/hyperv.h>
Needed by <asm/kvm_para.h>.
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r-- | 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 |