K 10 svn:author V 6 jlemon K 8 svn:date V 27 2002-07-03T14:43:27.000000Z K 7 svn:log V 316 Protect the knote() call with splhigh. This routine can apparently be called both in process and interrupt context, but the kevent code assumes the caller handles the locking in the event generation case. In -current, this is protected by asserting we hold the proc lock. Testing by: Don Bowman END