From 0ce7b550538e04712267325e27f71e2d7c09ddc2 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Tue, 17 Mar 2009 17:58:33 +0900 Subject: [PATCH] --- yaml --- r: 133340 b: refs/heads/master c: c54a43e90b80993b2e0772d678563cb2bc6a1b3b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/mm/tlb-pteaex.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index f5d6fbd2ca27..af1073473968 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8263a67e169fdf0d06d172acbf6c03ae172a69d4 +refs/heads/master: c54a43e90b80993b2e0772d678563cb2bc6a1b3b diff --git a/trunk/arch/sh/mm/tlb-pteaex.c b/trunk/arch/sh/mm/tlb-pteaex.c index 5c9b2d781e08..2aab3ea934d7 100644 --- a/trunk/arch/sh/mm/tlb-pteaex.c +++ b/trunk/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 */