git: kernel - Reduce BSS size (3)

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Apr 23 11:37:46 PDT 2016


commit b9e35f5a46b31947d558d41425ea8f09012adf3f
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Apr 23 11:36:58 2016 -0700

    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

Summary of changes:
 sys/kern/kern_intr.c | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b9e35f5a46b31947d558d41425ea8f09012adf3f


-- 
DragonFly BSD source repository



More information about the Commits mailing list