[PATCH] fix update_mmu_cache in fremap.c
authorHugh Dickins <hugh@veritas.com>
Fri, 23 Jun 2006 09:03:45 +0000 (02:03 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 23 Jun 2006 14:42:52 +0000 (07:42 -0700)
commit668e0d8f1a02fd75f1c1e8142a6b08455914242c
tree51fafed7f9260fb969953a89280c77b69a416e84
parent185606fc6a120dbebffa6d06a559c20ec2b20034
[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 <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/fremap.c