mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-19 02:54:00 +08:00
[SPARC64]: Kill __flush_tlb_page() prototype.
This function no longer exists. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e0a515bc6a
commit
1241140f51
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user