Changeset 25d7709 in mainline for arch/sparc64/src/drivers/tick.c
- Timestamp:
- 2006-03-13T20:08:16Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 631ca4d
- Parents:
- 45d6add
- File:
-
- 1 edited
-
arch/sparc64/src/drivers/tick.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
arch/sparc64/src/drivers/tick.c
r45d6add r25d7709 33 33 #include <debug.h> 34 34 #include <time/clock.h> 35 #include <typedefs.h> 35 36 36 37 /** Initialize tick interrupt. */ … … 49 50 * 50 51 * @param n Interrupt Level, 14, (can be ignored) 51 * @param stack Stack pointer of the interrupted context.52 * @param istate Interrupted state. 52 53 */ 53 void tick_interrupt(int n, void *stack)54 void tick_interrupt(int n, istate_t *istate) 54 55 { 55 56 softint_reg_t softint, clear;
Note:
See TracChangeset
for help on using the changeset viewer.
