Merge branch 'for-next' into for-linus
[pandora-kernel.git] / arch / sh / mm / fault_32.c
index 28e2283..8bf79e3 100644 (file)
@@ -374,7 +374,7 @@ handle_tlbmiss(struct pt_regs *regs, unsigned long writeaccess,
                local_flush_tlb_one(get_asid(), address & PAGE_MASK);
 #endif
 
-       update_mmu_cache(NULL, address, entry);
+       update_mmu_cache(NULL, address, pte);
 
        return 0;
 }