Changes in kernel/generic/src/time/clock.c [2e4e706:b8f7ea78] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/time/clock.c
r2e4e706 rb8f7ea78 195 195 spinlock_unlock(&THREAD->lock); 196 196 197 if ( (!ticks) && (!PREEMPTION_DISABLED)) {197 if (!ticks && !PREEMPTION_DISABLED) { 198 198 #ifdef CONFIG_UDEBUG 199 199 istate_t *istate;
Note:
See TracChangeset
for help on using the changeset viewer.