Andrea Arcangeli wrote:
On Tue, Nov 02, 2004 at 03:00:26PM -0800, Dave Hansen wrote:
quoted
just sent out, I just wanted to demonstrate what solves my immediate
problem.
sure ;)
that's like disabling the config option, the only point of
change_page_attr is to split the direct mapping, it does nothing on
highmem, it actually BUGS() (and it wasn't one of my new bugs ;):
#ifdef CONFIG_HIGHMEM
if (page >= highmem_start_page)
BUG();
#endif
Oh, crap. I meant to clear ->mapped when change_attr(__pgprot(0)) was
done on it, and set it when it was changed back. Doing that correctly
preserves the symmetry, right?
--
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-mm.org/ .
Don't email: <a href=mailto:"aart@kvack.org"> aart@kvack.org </a>