commit | b38c6845b695141259019e2b7c0fe6c32a6e720d | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Sat Oct 29 18:16:39 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 29 21:40:42 2005 -0700 |
tree | e950aa393f0514e976fe9b46b3462607b016b1db | |
parent | 8f5cd76c185a4c8aeb5fe1e560e3612bfc050c35 [diff] |
[PATCH] mm: uml kill unused In worrying over the various pte operations in different architectures, I came across some unused functions in UML: remove mprotect_kernel_vm, protect_vm_page and addr_pte. Signed-off-by: Hugh Dickins <hugh@veritas.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>