RE: [patch] kvm.h only needs asm/types.h
"Zhang, Xiantao" <[email protected]>
| Newsgroups | org.kernel.vger.kvm-ia64 |
|---|---|
| Message-ID | <706158FABBBA044BAD4FE898A02E4BC236A2C119@pdsmsx503.ccr.corp.intel.com> |
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