Changeset ae7d03c in mainline for kernel/arch/arm32/src/mach
- Timestamp:
- 2018-05-10T13:39:19Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e8975278
- Parents:
- b277bef
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-10 07:38:12)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-10 13:39:19)
- Location:
- kernel/arch/arm32/src/mach
- Files:
-
- 2 edited
-
beagleboardxm/beagleboardxm.c (modified) (1 diff)
-
integratorcp/integratorcp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/arm32/src/mach/beagleboardxm/beagleboardxm.c
rb277bef rae7d03c 88 88 amdm37x_gpt_irq_ack(&beagleboard.timer); 89 89 90 /*91 * We are holding a lock which prevents preemption.92 * Release the lock, call clock() and reacquire the lock again.93 */90 /* 91 * We are holding a lock which prevents preemption. 92 * Release the lock, call clock() and reacquire the lock again. 93 */ 94 94 spinlock_unlock(&irq->lock); 95 95 clock(); -
kernel/arch/arm32/src/mach/integratorcp/integratorcp.c
rb277bef rae7d03c 193 193 { 194 194 /* 195 * We are holding a lock which prevents preemption.196 * Release the lock, call clock() and reacquire the lock again.197 */195 * We are holding a lock which prevents preemption. 196 * Release the lock, call clock() and reacquire the lock again. 197 */ 198 198 199 199 spinlock_unlock(&irq->lock);
Note:
See TracChangeset
for help on using the changeset viewer.
