Remove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel options. Temporarily
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 26 Sep 2003 19:23:34 +0000 (19:23 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 26 Sep 2003 19:23:34 +0000 (19:23 +0000)
commit074dcfe82a8fac47444cffe8ccb98486654aaa44
treee77168bac30d150e2adbeaff299c26372126ce3c
parentc8741453ed79e09f960bcef40d8ecdd8a35da204
Remove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel options.  Temporarily
add the USE_KMEM_MAP and NO_SLAB_ALLOCATOR kernel options, which developers
should generally not use.

We now use the slab allocator (and no kmem_map) by default.
12 files changed:
sys/conf/options
sys/config/TINDERBOX
sys/i386/conf/TINDERBOX
sys/kern/kern_malloc.c
sys/kern/kern_slaballoc.c
sys/sys/malloc.h
sys/vm/vm_kern.c
sys/vm/vm_kern.h
sys/vm/vm_map.c
sys/vm/vm_mmap.c
sys/vm/vm_object.c
sys/vm/vm_zone.c