From: Hugh Dickins Date: Fri, 23 Jun 2006 09:03:45 +0000 (-0700) Subject: [PATCH] fix update_mmu_cache in fremap.c X-Git-Tag: v2.6.18-rc1~1081^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=668e0d8f1a02fd75f1c1e8142a6b08455914242c;p=pandora-kernel.git [PATCH] fix update_mmu_cache in fremap.c There are two calls to update_mmu_cache in fremap.c, both defective. The one in install_page needs to be accompanied by lazy_mmu_prot_update (some other cleanup time, move that into ia64 update_mmu_cache itself); and the one in install_file_pte should be removed since the pte is not present. Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed