Changeset 6cd9aa6 in mainline for kernel/arch/mips32/src/interrupt.c
- Timestamp:
- 2009-02-15T23:13:55Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 17f168e
- Parents:
- fa09449
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/mips32/src/interrupt.c
rfa09449 r6cd9aa6 101 101 } 102 102 103 static irq_ownership_t timer_claim(void )103 static irq_ownership_t timer_claim(void *instance) 104 104 { 105 105 return IRQ_ACCEPT; 106 106 } 107 107 108 static void timer_irq_handler(irq_t *irq , void *arg, ...)108 static void timer_irq_handler(irq_t *irq) 109 109 { 110 110 unsigned long drift;
Note:
See TracChangeset
for help on using the changeset viewer.