diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-04-30 21:40:13 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-04-30 21:40:13 -0700 |
commit | 1241140f5183db38393556832198a3b109bf9085 (patch) | |
tree | 5e8dc005b0396a6e9a8b47a12c35ef1239946a11 /include | |
parent | e0a515bc6a2188f02916e976f419a8640312e32a (diff) | |
download | linux-3.10-1241140f5183db38393556832198a3b109bf9085.tar.gz linux-3.10-1241140f5183db38393556832198a3b109bf9085.tar.bz2 linux-3.10-1241140f5183db38393556832198a3b109bf9085.zip |
[SPARC64]: Kill __flush_tlb_page() prototype.
This function no longer exists.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-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 9ad5d9c51d4..e3a7c453b50 100644 --- a/include/asm-sparc64/tlbflush.h +++ b/include/asm-sparc64/tlbflush.h @@ -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 |