Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2285 → Rev 2286

/branches/arm/kernel/arch/arm32/src/drivers/gxemul.c
253,7 → 253,7
* Release the lock, call clock() and reacquire the lock again.
*/
spinlock_unlock(&irq->lock);
// clock();
clock();
spinlock_lock(&irq->lock);
 
/* acknowledge tick */