aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/init.c
diff options
context:
space:
mode:
authorMarkos Chandras <markos.chandras@imgtec.com>2013-11-14 11:12:22 -0500
committerRalf Baechle <ralf@linux-mips.org>2014-01-22 14:18:58 -0500
commitc01905eeee579db98dd6b39d3f41497065ecc273 (patch)
treeb0e39a87571076bcdd7e4350e1ccdb9abbcebdf0 /arch/mips/mm/init.c
parent691038ba45102e7479be1a6be4345e77194da301 (diff)
MIPS: mm: Move UNIQUE_ENTRYHI macro to a header file
The UNIQUE_ENTRYHI definition was duplicated whenever there was the need to flush the TLB entries. We move this common definition to a header file. Signed-off-by: Markos Chandras <markos.chandras@imgtec.com> Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/6129/
Diffstat (limited to 'arch/mips/mm/init.c')
-rw-r--r--arch/mips/mm/init.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/mm/init.c b/arch/mips/mm/init.c
index 12156176c7ca..6b59617760c1 100644
--- a/arch/mips/mm/init.c
+++ b/arch/mips/mm/init.c
@@ -171,8 +171,6 @@ void *kmap_coherent(struct page *page, unsigned long addr)
171 return (void*) vaddr; 171 return (void*) vaddr;
172} 172}
173 173
174#define UNIQUE_ENTRYHI(idx) (CKSEG0 + ((idx) << (PAGE_SHIFT + 1)))
175
176void kunmap_coherent(void) 174void kunmap_coherent(void)
177{ 175{
178#ifndef CONFIG_MIPS_MT_SMTC 176#ifndef CONFIG_MIPS_MT_SMTC