Changes in kernel/arch/arm32/src/mach/gta02/gta02.c [b67ce1ff:c5429fe] in mainline
- File:
-
- 1 edited
-
kernel/arch/arm32/src/mach/gta02/gta02.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mach/gta02/gta02.c
rb67ce1ff rc5429fe 146 146 /* The IRQ handler was found. */ 147 147 irq->handler(irq); 148 irq_spinlock_unlock(&irq->lock, false);148 spinlock_unlock(&irq->lock); 149 149 } else { 150 /* Spurious interrupt. */150 /* Spurious interrupt.*/ 151 151 log(LF_ARCH, LVL_DEBUG, "cpu%d: spurious interrupt (inum=%d)", 152 152 CPU->id, inum); … … 258 258 * Release the lock, call clock() and reacquire the lock again. 259 259 */ 260 irq_spinlock_unlock(&irq->lock, false);260 spinlock_unlock(&irq->lock); 261 261 clock(); 262 irq_spinlock_lock(&irq->lock, false);262 spinlock_lock(&irq->lock); 263 263 } 264 264
Note:
See TracChangeset
for help on using the changeset viewer.
