projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0a515b
)
[SPARC64]: Kill __flush_tlb_page() prototype.
author
David S. Miller
<
[email protected]
>
Mon, 1 May 2006 04:40:13 +0000
(21:40 -0700)
committer
David S. Miller
<
[email protected]
>
Mon, 1 May 2006 04:40:13 +0000
(21:40 -0700)
This function no longer exists.
Signed-off-by: David S. Miller <
[email protected]
>
include/asm-sparc64/tlbflush.h
patch
|
blob
|
history
diff --git
a/include/asm-sparc64/tlbflush.h
b/include/asm-sparc64/tlbflush.h
index 9ad5d9c51d42b90f0f82dd338d25aa076fd99fe9..e3a7c453b5002a4d0b4e1fa5e28c118038eeddf0 100644
(file)
--- 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