]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit99369d70f60d6f400f942bd71392b3a28ab3e09a
tree51fafed7f9260fb969953a89280c77b69a416e84
parent645c3bf437834e28de09c9eb01604bbd3338ebd3
[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