Changeset 02a99d2 in mainline for arch/mips/src/interrupt.c
- Timestamp:
- 2005-05-11T19:51:55Z (21 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 69515260
- Parents:
- 45671f48
- File:
-
- 1 edited
-
arch/mips/src/interrupt.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
arch/mips/src/interrupt.c
r45671f48 r02a99d2 76 76 case 0x4: 77 77 case 0x5: 78 case 0x6: panic( PANIC"unhandled interrupt %d\n", i); break;78 case 0x6: panic("unhandled interrupt %d\n", i); break; 79 79 case 0x7: 80 80 /* clear timer interrupt */
Note:
See TracChangeset
for help on using the changeset viewer.
