diff options
author | Avi Kivity <avi@qumranet.com> | 2007-11-20 10:45:14 +0100 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 16:53:08 +0100 |
commit | 2d2a7b9cff7f6324e69daa3ab76799641a94a0e8 (patch) | |
tree | 6547e9c10b4c1da754f8365d302a962507852cd1 /include/asm-x86 | |
parent | KVM: Portability: Move cpuid structures to <asm/kvm.h> (diff) | |
download | linux-2d2a7b9cff7f6324e69daa3ab76799641a94a0e8.tar.xz linux-2d2a7b9cff7f6324e69daa3ab76799641a94a0e8.zip |
KVM: Export include/asm-x86/kvm.h
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-x86/Kbuild b/include/asm-x86/Kbuild index e6189b229143..3c6f0f80e827 100644 --- a/include/asm-x86/Kbuild +++ b/include/asm-x86/Kbuild @@ -3,6 +3,7 @@ include include/asm-generic/Kbuild.asm header-y += boot.h header-y += bootparam.h header-y += debugreg.h +header-y += kvm.h header-y += ldt.h header-y += msr-index.h header-y += prctl.h |