From a1861dbf7d0232b9dfceefdabf09f849c67db7d4 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Tue, 18 Feb 2003 05:29:19 -0800 Subject: [PATCH] remove (start|end)_lazy_tlb() Patch from William Lee Irwin III Remove start_lazy_tlb() and end_lazy_tlb(), as they are unused. --- include/linux/sched.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/linux') diff --git a/include/linux/sched.h b/include/linux/sched.h index ff0fcd301ba1..c3fc6fc5ed9a 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -591,9 +591,6 @@ static inline int capable(int cap) */ extern struct mm_struct * mm_alloc(void); -extern struct mm_struct * start_lazy_tlb(void); -extern void end_lazy_tlb(struct mm_struct *mm); - /* mmdrop drops the mm and the page tables */ extern inline void FASTCALL(__mmdrop(struct mm_struct *)); static inline void mmdrop(struct mm_struct * mm) -- cgit v1.2.3