evl/poll: convert waiter list lock to hard lock
Very short sections of code outside of any hot path are protected by
such lock. Therefore we would not generally 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:
Philippe Gerum <rpm@xenomai.org>
Please register or sign in to comment