From: Zhang Xiantao <[EMAIL PROTECTED]> Date: Sun, 16 Dec 2007 23:51:37 +0800 Subject: [PATCH] kvm: Using new header file name instead of old one, since old is gone.
types.h have been renamed to kvm_types.h, so use new name for includes. Signed-off-by: Zhang Xiantao <[EMAIL PROTECTED]> --- include/asm-x86/kvm_host.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/asm-x86/kvm_host.h b/include/asm-x86/kvm_host.h index abe7446..30ad0b5 100644 --- a/include/asm-x86/kvm_host.h +++ b/include/asm-x86/kvm_host.h @@ -16,10 +16,10 @@ #include <linux/kvm.h> #include <linux/kvm_para.h> +#include <linux/kvm_types.h> #include <asm/desc.h> -#include "types.h" #define CR3_PAE_RESERVED_BITS ((X86_CR3_PWT | X86_CR3_PCD) - 1) #define CR3_NONPAE_RESERVED_BITS ((PAGE_SIZE-1) & ~(X86_CR3_PWT | X86_CR3_PCD)) -- 1.5.1.2
0003-kvm-Using-new-header-file-name-instead-of-old-one.patch
Description: 0003-kvm-Using-new-header-file-name-instead-of-old-one.patch
------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
