From: Hugh Dickins Date: Sun, 30 Oct 2005 01:16:17 +0000 (-0700) Subject: [PATCH] mm: zap_pte out of line X-Git-Tag: v2.6.15-rc1~730^2^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=861f2fb8e796022b4928cab9c74fca6681a1c557;p=pandora-kernel.git [PATCH] mm: zap_pte out of line There used to be just one call to zap_pte, but it shouldn't be inline now there are two. Check for the common case pte_none before calling, and move its rss accounting up into install_page or install_file_pte - which helps the next patch. Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed