commit | 69e1e688f5698287b45fbff22a01de91b20804cd | [log] [tgz] |
---|---|---|
author | Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> | Thu Sep 22 21:44:15 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Sep 22 22:17:36 2005 -0700 |
tree | 2570b75a608a3deddc69afc8b989dbb66557efea | |
parent | a8bfb94c58238666df0d6856861d18f0f52fc752 [diff] |
[PATCH] uml: don't redundantly mark pte as newpage in pte_modify pte_modify marks a page as needing flush, which is redundant because the resulting PTE is still set with set_pte, which already handles that. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>