CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/11/20 09:45:46
Modified files: sys/dev/hil : hil.c Log message: Missing splx() in hil_thread(). This turned out to be harmless due to the way this code works (always ends up in tsleep eventually), but it never hurts to be correct.