commit | 8cb2a7c1e95e472b5ad8cbde4d5c7bb65c532603 | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Tue Feb 05 22:26:01 2008 +0000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Feb 05 14:37:14 2008 -0800 |
tree | 33d7131e1a39f7a65e852289bebb312938e79e0a | |
parent | 21511abd0a248a3f225d3b611cfabb93124605a7 [diff] |
stop c_p_a corrupting the pds 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>