Changes in kernel/generic/src/time/clock.c [b8f7ea78:2e4e706] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/time/clock.c
rb8f7ea78 r2e4e706 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.