Skip to content

Commit

Permalink
[SPARC64]: Kill __flush_tlb_page() prototype.
Browse files Browse the repository at this point in the history
This function no longer exists.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 1, 2006
1 parent e0a515b commit 1241140
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/asm-sparc64/tlbflush.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1241140

Please sign in to comment.