summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@home.transmeta.com>2002-05-15 09:18:09 -0700
committerLinus Torvalds <torvalds@penguin.transmeta.com>2002-05-15 09:18:09 -0700
commite9d00e5cb88db3f2d29aa89938e90e4011b735f2 (patch)
tree8bc8fc903daf71fa0cf697a5400c04feeb1fd38a /include/linux
parent7c9d187e950db8c6fbccc9e260b2ed6779845f6d (diff)
This improves on the page table TLB shootdown. Almost there.
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/mm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/mm.h b/include/linux/mm.h
index 9d92b69a8c36..2f0b56f0183b 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -311,8 +311,6 @@ extern mem_map_t * mem_map;
extern void show_free_areas(void);
extern void show_free_areas_node(pg_data_t *pgdat);
-extern void clear_page_tables(struct mm_struct *, unsigned long, int);
-
extern int fail_writepage(struct page *);
struct page * shmem_nopage(struct vm_area_struct * vma, unsigned long address, int unused);
struct file *shmem_file_setup(char * name, loff_t size);