From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Wed, 29 Apr 2009 11:37:40 +0000 Subject: Re: [patch] kvm.h only needs asm/types.h Message-Id: <49F83C04.4060006@sgi.com> List-Id: References: <49F8250F.9080201@sgi.com> In-Reply-To: <49F8250F.9080201@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org Zhang, Xiantao wrote: > Generally we should include linux/types.h instead of asm/types.h for kernel. We have already used the magic hack-module.awk(replace linux/types.h with asm/types.h) to make it work in userspace. :) > Xiantao Yes and no, in this case we don't need it, and there is no reason to modify the kernel headers for KVM if we can share them unmodified. Cheers, Jes