commit | 668e0d8f1a02fd75f1c1e8142a6b08455914242c | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Fri Jun 23 02:03:45 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jun 23 07:42:52 2006 -0700 |
tree | 51fafed7f9260fb969953a89280c77b69a416e84 | |
parent | 185606fc6a120dbebffa6d06a559c20ec2b20034 [diff] |
[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>