• Philippe Gerum's avatar
    evl/sched: convert run queue lock to hard lock · 3c4066f9
    Philippe Gerum authored
    
    
    Out-of-band IRQs and EVL thread contexts may compete for such lock,
    which would require hard irqs to be disabled while holding it.
    Therefore we would not benefit from the preemption disabling feature
    we are going to add to the EVL-specific spinlock. Make it a hard lock
    to clarify the intent.
    Signed-off-by: default avatarPhilippe Gerum <rpm@xenomai.org>
    3c4066f9
monitor.c 23.8 KB