diff options
| author | Andrew Morton <akpm@digeo.com> | 2003-02-18 05:29:19 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-02-18 05:29:19 -0800 |
| commit | a1861dbf7d0232b9dfceefdabf09f849c67db7d4 (patch) | |
| tree | b5a145bbd8a14734594decbc33315df65fca734f /include/linux/sched.h | |
| parent | 7f1707cab227635e3bf400e19e25ef217dc28042 (diff) | |
[PATCH] remove (start|end)_lazy_tlb()
Patch from William Lee Irwin III <wli@holomorphy.com>
Remove start_lazy_tlb() and end_lazy_tlb(), as they are unused.
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 0 insertions, 3 deletions
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) |
