Make the kernel malloc() and free() MP safe by pushing the BGL past the
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 20 Apr 2005 17:03:08 +0000 (17:03 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 20 Apr 2005 17:03:08 +0000 (17:03 +0000)
commit38e34349ce56eb23666d0d25f2f92d16899cdedd
tree92455c47b9842e92708b2491236a688a4a69f93f
parentbe6c08cb399efebd2f749b903ba0219baa15c66a
Make the kernel malloc() and free() MP safe by pushing the BGL past the
per-cpu frontend and into the VM access layer.
sys/kern/kern_slaballoc.c