On Thu, 2007-03-29 at 18:27 -0400, Subrahmanian, Raj wrote:
I discovered that the following directories need to be deleted/renamed.
/usr/src/linux/include/xen
/usr/src/linux/incude/asm-i386/mach-xen
And then, run mkbuildtree and do make as in the README file, and I am
good to go.
Excellent.
So, here's my question : Even though I am on a x86_64 hvm, why does it
include and compile code from asm-i386? Renaming (or not renaming the)
asm-x86_64/mach-xen seems to have absolutely no effect.
Some of the x86_64 headers do #include <asm-i386/...> since the two
platforms share some code.
Ian.