Signed-off-by: Avi Kivity <[EMAIL PROTECTED]> --- 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 12db5a1..da5eb69 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 -- 1.5.3.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

