From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Wed, 29 Apr 2009 09:59:43 +0000 Subject: [patch] kvm.h only needs asm/types.h Message-Id: <49F8250F.9080201@sgi.com> MIME-Version: 1 Content-Type: multipart/mixed; boundary="------------090300000605050601040804" List-Id: To: kvm-ia64@vger.kernel.org This is a multi-part message in MIME format. --------------090300000605050601040804 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I'd like to push this one upstream - it allows us to share asm/kvm.h directly with QEMU, without having to modify it. Patch against latest Linus tree. Cheers, Jes --------------090300000605050601040804 Content-Type: text/x-chdr; name="1000-kvm-ia64-asm-types.h" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="1000-kvm-ia64-asm-types.h" We only need asm/types.h in asm/kvm.h on ia64. This allows this file to be shared with KVM userland without modifications. Signed-off-by: Jes Sorensen --- arch/ia64/include/asm/kvm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: linux-2.6.git/arch/ia64/include/asm/kvm.h =================================================================== --- linux-2.6.git.orig/arch/ia64/include/asm/kvm.h +++ linux-2.6.git/arch/ia64/include/asm/kvm.h @@ -21,7 +21,7 @@ * */ -#include +#include #include /* Select x86 specific features in */ --------------090300000605050601040804--