K 10 svn:author V 4 jake K 8 svn:date V 27 2001-01-21T19:25:07.000000Z K 7 svn:log V 271 Make intr_nesting_level per-process, rather than per-cpu. Setup interrupt threads to run with it always >= 1, so that malloc can detect M_WAITOK from "interrupt" context. This is also necessary in order to context switch from sched_ithd() directly. Reviewed By: peter END