Code review comment for lp:~epics-core/epics-base/spinlockfix

Revision history for this message
mdavidsaver (mdavidsaver) wrote :

I've replace the usage of assert() with explicit error messages. In the ISR case it returns, otherwise cantProceed() is called. In both cases interrupts and preemption are re-enabled first.

« Back to merge proposal