aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-03-17 17:58:33 +0900
committerPaul Mundt <lethal@linux-sh.org>2009-03-17 17:58:33 +0900
commitc54a43e90b80993b2e0772d678563cb2bc6a1b3b (patch)
tree6b54a13d1dd0c7b6c641366c58ffb3b83ce10e50 /arch/sh/mm
parentsh: Support for extended ASIDs on PTEAEX-capable SH-X3 cores. (diff)
downloadlinux-dev-c54a43e90b80993b2e0772d678563cb2bc6a1b3b.tar.xz
linux-dev-c54a43e90b80993b2e0772d678563cb2bc6a1b3b.zip
sh: tlb-pteaex: Kill off legacy PTEA updates.
While harmless, PTEA has different semantics on these parts, and is only used in extended TLB mode. Kill off the legacy support. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r--arch/sh/mm/tlb-pteaex.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/sh/mm/tlb-pteaex.c b/arch/sh/mm/tlb-pteaex.c
index 5c9b2d781e08..2aab3ea934d7 100644
--- a/arch/sh/mm/tlb-pteaex.c
+++ b/arch/sh/mm/tlb-pteaex.c
@@ -64,9 +64,6 @@ void update_mmu_cache(struct vm_area_struct * vma,
* and PR bits, which are cleared) being written out in PTEL.
*/
__raw_writel(pte.pte_high, MMU_PTEA);
-#else
- /* TODO: make this look less hacky */
- __raw_writel(((pteval >> 28) & 0xe) | (pteval & 0x1), MMU_PTEA);
#endif
/* Set PTEL register */