From 5f78f5d07fc47c8e9f2dd09e24ebdb6db1d0219a Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Jan 2001 18:19:27 +0000 Subject: 2001-01-08 Joel Sherrill * start/start.S: init_exc_vecs is now called mips_install_isr_entries. * wrapup/Makefile.am: Corrected to reflect new libcpu structure. --- c/src/lib/libbsp/mips/p4000/start/start.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/mips/p4000/start/start.S') diff --git a/c/src/lib/libbsp/mips/p4000/start/start.S b/c/src/lib/libbsp/mips/p4000/start/start.S index 2f35543a99..1a1fa11a0d 100644 --- a/c/src/lib/libbsp/mips/p4000/start/start.S +++ b/c/src/lib/libbsp/mips/p4000/start/start.S @@ -173,7 +173,7 @@ FRAME(start,sp,0,ra) bltu v0, v1, 4b /* clear out temp stack */ add v0, 4 - jal init_exc_vecs /* install exception handlers */ + jal mips_install_isr_entries/* install exception handlers */ nop /* MUST do before memory probes */ la v0, 5f -- cgit v1.2.3