diff options
author | Hugh Dickins <hugh@veritas.com> | 2005-10-30 04:16:39 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-30 07:40:42 +0300 |
commit | b38c6845b695141259019e2b7c0fe6c32a6e720d (patch) | |
tree | e950aa393f0514e976fe9b46b3462607b016b1db /arch/um/include/tlb.h | |
parent | 8f5cd76c185a4c8aeb5fe1e560e3612bfc050c35 (diff) | |
download | linux-b38c6845b695141259019e2b7c0fe6c32a6e720d.tar.xz |
[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>
Diffstat (limited to 'arch/um/include/tlb.h')
-rw-r--r-- | arch/um/include/tlb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/include/tlb.h b/arch/um/include/tlb.h index 45d7da6c3b2c..8efc1e0f1b84 100644 --- a/arch/um/include/tlb.h +++ b/arch/um/include/tlb.h @@ -34,7 +34,6 @@ struct host_vm_op { } u; }; -extern void mprotect_kernel_vm(int w); extern void force_flush_all(void); extern void fix_range_common(struct mm_struct *mm, unsigned long start_addr, unsigned long end_addr, int force, |