6 messages in com.xensource.lists.xen-develRe: [Xen-devel] isa_bus_to_virt_needs...
FromSent OnAttachments
Ron Arts30 Dec 2004 00:38 
Keir Fraser30 Dec 2004 01:15 
Ron Arts30 Dec 2004 03:43 
M.A. Williamson30 Dec 2004 06:33 
Ron Arts31 Dec 2004 01:27 
M.A. Williamson31 Dec 2004 07:33 
Subject:Re: [Xen-devel] isa_bus_to_virt_needs_PRIVILEGED_BUILD
From:Keir Fraser (Keir@cl.cam.ac.uk)
Date:12/30/2004 01:15:28 AM
List:com.xensource.lists.xen-devel

Hi,

What does this mean? Having read the FAQ I can guess what it means, but will this be solved eventually?

What version of Xen is this? Looking at ioremap.c I don't see how your build can fail -- __ioremap() is conditional on CONFIG_XEN_PHYSDEV_ACCESS, as is the definition of isa_bus_to_virt in asm-xen/asm-i386/io.h. i.e., if isa_bus_to_virt is not defined, then neither is __ioremap.

-- Keir