Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c54a43e9 authored by Paul Mundt's avatar Paul Mundt
Browse files

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: default avatarPaul Mundt <lethal@linux-sh.org>
parent 8263a67e
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 */