]> pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[SPARC64]: Kill __flush_tlb_page() prototype.
authorDavid S. Miller <davem@sunset.davemloft.net>
Mon, 1 May 2006 04:40:13 +0000 (21:40 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 1 May 2006 04:40:13 +0000 (21:40 -0700)
This function no longer exists.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/asm-sparc64/tlbflush.h

index 9ad5d9c51d42b90f0f82dd338d25aa076fd99fe9..e3a7c453b5002a4d0b4e1fa5e28c118038eeddf0 100644 (file)
@@ -22,8 +22,6 @@ extern void flush_tlb_pending(void);
 /* Local cpu only.  */
 extern void __flush_tlb_all(void);
 
-extern void __flush_tlb_page(unsigned long context, unsigned long page, unsigned long r);
-
 extern void __flush_tlb_kernel_range(unsigned long start, unsigned long end);
 
 #ifndef CONFIG_SMP