stop c_p_a corrupting the pds
authorHugh Dickins <hugh@veritas.com>
Tue, 5 Feb 2008 22:26:01 +0000 (22:26 +0000)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 22:37:14 +0000 (14:37 -0800)
When change_page_attr splits a large page on x86_32 (without PAE), it is
currently corrupting every process's page directory: fix that by removing
the thinko which passes down a physical instead of a virtual address.

Signed-off-by: Hugh Dickins <hugh@veritas.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

No differences found