CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/07 07:30:36
Modified files:
sys/kern : kern_malloc.c
Log message:
Assert that the calling CPU is holding the KERNEL_LOCK() in malloc(9)
and free(9).
The exception is at early boot when only one CPU is running since we
grab the KERNL_LOCK() relatively late in main().
ok kettenis@
