On Wednesday 18 July 2007, Scott Wood wrote: > +static void __init pq2fads_setup_arch(void) > +{ > + struct device_node *np; > + struct resource r; > + u32 *bcsr; bcsr should be __iomem, right? Did you run your code through sparse? Arnd <><