[MIPS] Fix vectored interrupt support in TLB exception handler generator.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle
2006-03-29 18:53:00 +01:00
parent 15c4f67ab8
commit 91b05e6776
2 changed files with 3 additions and 2 deletions

View File

@@ -742,7 +742,7 @@ static void __init build_r3000_tlb_refill_handler(void)
}
#endif
memcpy((void *)CAC_BASE, tlb_handler, 0x80);
memcpy((void *)ebase, tlb_handler, 0x80);
}
/*
@@ -1247,7 +1247,7 @@ static void __init build_r4000_tlb_refill_handler(void)
}
#endif
memcpy((void *)CAC_BASE, final_handler, 0x100);
memcpy((void *)ebase, final_handler, 0x100);
}
/*