summaryrefslogtreecommitdiff
path: root/sys/modules/lua
diff options
context:
space:
mode:
authorbouyer <bouyer@NetBSD.org>2013-12-03 20:51:00 +0000
committerbouyer <bouyer@NetBSD.org>2013-12-03 20:51:00 +0000
commitc8fbb1a0ab618f1276dc117d6cedf8d300873bb0 (patch)
treee73da705ee3ac365b6dd02babd9224adb8e9776d /sys/modules/lua
parentc8d847f551706d53fda574140c77227f06076607 (diff)
Remove the "evtchn_do_event: handler %p didn't lower ipl %d %d\n" printf.
With help from Robert Elz we've finally figured out what's going on, and it actually isn't a bug in the handler, but related to spin mutexes. When a spin mutex is released, the IPL isn't lowered back if the curcpu is holding other spin mutexes. This is because mutexes may not be released in order (and, in this case, the CPU in interrupted while it holds a spin mutex at IPL < IPL_SCHED). Also remove the test and resetting the IPL, it will be reset anyway inside the loop, or at the end of the loop.
Diffstat (limited to 'sys/modules/lua')
0 files changed, 0 insertions, 0 deletions