CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/01/05 16:54:18
Modified files: sys/kern : subr_pool.c Log message: splassert on some archs (or just sparc64) check that you're not in an interrupt handler at an ipl level higher than what you're splasserting you should be at. if you think code should be protected by IPL_BIO and its entered from an interrupt handler established at IPL_NET, you have a bug. add some asserts to gets and puts so we can pick those cases up.