4 messages in com.xensource.lists.xen-develRE: [Xen-devel] Is unmodified_drivers...
FromSent OnAttachments
Subrahmanian, Raj28 Mar 2007 15:23 
Ian Campbell28 Mar 2007 22:46 
Subrahmanian, Raj29 Mar 2007 15:27 
Ian Campbell29 Mar 2007 23:10 
Subject:RE: [Xen-devel] Is unmodified_drivers broken?
From:Ian Campbell (Ian.@XenSource.com)
Date:03/29/2007 11:10:50 PM
List:com.xensource.lists.xen-devel

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.