That chapter says, in small part,
>Based on this discussion, you might also want to map addresses
>returned by ioremap to user space. This mapping is easily
>accomplished because you can use remap_page_range directly, without
>implementing methods for virtual memory areas. In other words,
>remap_page_range is already usable for building new page tables that
>map I/O memory to user space
Are you suggesting that ioremap() objects can be passed to
remap_page_range()? How can that be valid?
Also, there's an html conversion error:
> if (offset >= _ _pa(high_memory) || (filp->f_flags & O_SYNC))
Looks like   got translated to  
-- /Jonathan Lundell. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/