Ignore:
Timestamp:
01/08/01 18:19:27 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ac5c8c7
Parents:
9b0e5b2
Message:

2001-01-08 Joel Sherrill <joel@…>

  • start/start.S: init_exc_vecs is now called mips_install_isr_entries.
  • wrapup/Makefile.am: Corrected to reflect new libcpu structure.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/mips/p4000/start/start.S

    r9b0e5b2 r5f78f5d0  
    174174        add     v0, 4
    175175       
    176         jal     init_exc_vecs           /* install exception handlers */
     176        jal     mips_install_isr_entries/* install exception handlers */
    177177        nop                             /* MUST do before memory probes */
    178178
Note: See TracChangeset for help on using the changeset viewer.