Timur Tabi wrote:
** Reply to message from Mark Mokryn [off-list ref] on Thu, 20 Jul 2000
17:36:39 +0300
quoted
Try ioremap_nocache()
That's just a front-end to __ioremap(). I'm trying to make REAL RAM as
uncacheable, not PCI memory. ioremap() does not work on real RAM, only high
addresses outside of physical memory.
You could use ClearPageReserved() + ioremap(), but ioremap() is limited
to the first 4 GB.
--
Manfred
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux.eu.org/Linux-MM/