From: David S. Miller Date: Mon, 1 May 2006 04:40:13 +0000 (-0700) Subject: [SPARC64]: Kill __flush_tlb_page() prototype. X-Git-Tag: v4.13~45049^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1241140f5183db38393556832198a3b109bf9085;p=mirror_ubuntu-bionic-kernel.git [SPARC64]: Kill __flush_tlb_page() prototype. This function no longer exists. Signed-off-by: David S. Miller --- diff --git a/include/asm-sparc64/tlbflush.h b/include/asm-sparc64/tlbflush.h index 9ad5d9c51d42..e3a7c453b500 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