kernel - Reduce BSS size (3)
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 23 Apr 2016 18:36:58 +0000 (11:36 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 23 Apr 2016 18:36:58 +0000 (11:36 -0700)
commitb9e35f5a46b31947d558d41425ea8f09012adf3f
tree034235100cf0f669d97b61801385c9dd864485eb
parent0624d20e86affcd708609cbf9014207537537a72
kernel - Reduce BSS size (3)

* Fix ordering issue in emergency interrupt thread management.  These
  routines may be called before objcache is operational, so we have to
  kmalloc() the thread structure manually.

Reported-by: jh32
sys/kern/kern_intr.c