diff options
author | David Woodhouse <dwmw2@infradead.org> | 2006-05-06 14:59:18 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2006-05-06 14:59:18 -0400 |
commit | 5047f09b56d0bc3c21aec9cb16de60283da645c6 (patch) | |
tree | 09a07554b933c3bb912ce3bfc0ea7c7e1f16041c /include/asm-sparc64/tlbflush.h | |
parent | c0f1fe00c3923135b2c2f443448585482da8a53e (diff) | |
parent | 5528e568a760442e0ec8fd2dea1f0791875a066b (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'include/asm-sparc64/tlbflush.h')
-rw-r--r-- | include/asm-sparc64/tlbflush.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/asm-sparc64/tlbflush.h b/include/asm-sparc64/tlbflush.h index 0386014ecf27..3487328570ed 100644 --- a/include/asm-sparc64/tlbflush.h +++ b/include/asm-sparc64/tlbflush.h | |||
@@ -21,8 +21,6 @@ extern void flush_tlb_pending(void); | |||
21 | /* Local cpu only. */ | 21 | /* Local cpu only. */ |
22 | extern void __flush_tlb_all(void); | 22 | extern void __flush_tlb_all(void); |
23 | 23 | ||
24 | extern void __flush_tlb_page(unsigned long context, unsigned long page, unsigned long r); | ||
25 | |||
26 | extern void __flush_tlb_kernel_range(unsigned long start, unsigned long end); | 24 | extern void __flush_tlb_kernel_range(unsigned long start, unsigned long end); |
27 | 25 | ||
28 | #ifndef CONFIG_SMP | 26 | #ifndef CONFIG_SMP |