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:
de14ca6
)
MIPS: Remove get_current_pgd().
author
David Daney
<ddaney@caviumnetworks.com>
Wed, 28 Mar 2012 22:59:58 +0000
(15:59 -0700)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 27 Apr 2012 16:16:29 +0000
(17:16 +0100)
It is unused in the tree.
Signed-off-by: David Daney <ddaney@caviumnetworks.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/3557/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/mmu_context.h
patch
|
blob
|
history
diff --git
a/arch/mips/include/asm/mmu_context.h
b/arch/mips/include/asm/mmu_context.h
index 73c0d45798dec6cf00fc99021fc4bc00664ccaad..9b02cfba7449ff7ceb2a1b56d4f8876efef38ca5 100644
(file)
--- a/
arch/mips/include/asm/mmu_context.h
+++ b/
arch/mips/include/asm/mmu_context.h
@@
-37,12
+37,6
@@
extern void tlbmiss_handler_setup_pgd(unsigned long pgd);
write_c0_xcontext((unsigned long) smp_processor_id() << 51); \
} while (0)
-
-static inline unsigned long get_current_pgd(void)
-{
- return PHYS_TO_XKSEG_CACHED((read_c0_context() >> 11) & ~0xfffUL);
-}
-
#else /* CONFIG_MIPS_PGD_C0_CONTEXT: using pgd_current*/
/*