From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jes Sorensen Date: Wed, 29 Apr 2009 14:00:25 +0000 Subject: Re: [patch] kvm.h only needs asm/types.h Message-Id: <49F85D79.6060104@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: > Jes Sorensen wrote: >> 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. > > When you do "make sync" in userland, many files are modifed except this one. :) > Xiantao I thought make sync had been removed :-) It at least no longer works. Cheers, Jes