On Thu, Aug 10, 2006 at 06:03:36PM +0200, Haavard Skinnemoen wrote: > From: Russell King <[EMAIL PROTECTED]> > > Convert ARM to use generic ioremap_page_range()
NAK. There are already issues with using the xxx_kernel variants of the page table functions for IO mappings on later architectures (caused by speculative loads hitting IO regions.) This code needs to change slightly so that we have xxx_io versions of pte_alloc and friends. (It also means that we need an ioremap region and a separate vmalloc region on ARM...) -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: 2.6 Serial core - To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
