Changes in kernel/arch/ppc32/src/interrupt.c [b3b7e14a:5954241] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ppc32/src/interrupt.c
rb3b7e14a r5954241 55 55 * 56 56 */ 57 static void exception_external( int n, istate_t *istate)57 static void exception_external(unsigned int n, istate_t *istate) 58 58 { 59 59 uint8_t inum; … … 92 92 } 93 93 94 static void exception_decrementer( int n, istate_t *istate)94 static void exception_decrementer(unsigned int n, istate_t *istate) 95 95 { 96 96 start_decrementer();
Note:
See TracChangeset
for help on using the changeset viewer.