From: Paolo 'Blaisorblade' Giarrusso Date: Fri, 23 Sep 2005 04:44:15 +0000 (-0700) Subject: [PATCH] uml: don't redundantly mark pte as newpage in pte_modify X-Git-Tag: v2.6.14-rc3~51^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69e1e688f5698287b45fbff22a01de91b20804cd;p=pandora-kernel.git [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 Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed