diff options
Diffstat (limited to 'arch/sh/mm/fault_32.c')
-rw-r--r-- | arch/sh/mm/fault_32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/fault_32.c b/arch/sh/mm/fault_32.c index 28e22839c665..8bf79e3b7bdd 100644 --- a/arch/sh/mm/fault_32.c +++ b/arch/sh/mm/fault_32.c | |||
@@ -374,7 +374,7 @@ handle_tlbmiss(struct pt_regs *regs, unsigned long writeaccess, | |||
374 | local_flush_tlb_one(get_asid(), address & PAGE_MASK); | 374 | local_flush_tlb_one(get_asid(), address & PAGE_MASK); |
375 | #endif | 375 | #endif |
376 | 376 | ||
377 | update_mmu_cache(NULL, address, entry); | 377 | update_mmu_cache(NULL, address, pte); |
378 | 378 | ||
379 | return 0; | 379 | return 0; |
380 | } | 380 | } |