diff options
| author | Alan Cox <alc@FreeBSD.org> | 2016-12-02 16:29:30 +0000 |
|---|---|---|
| committer | Alan Cox <alc@FreeBSD.org> | 2016-12-02 16:29:30 +0000 |
| commit | 8804a2b030fbe123a510e07cc1639b8de61ffeaa (patch) | |
| tree | 200928e32e130d8dfe650fe7fd3ae4988770d044 | |
| parent | b30bb755da3d57e5f41d6ab9338f2ce4b17640de (diff) | |
Notes
| -rw-r--r-- | sys/vm/vm_radix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/vm/vm_radix.c b/sys/vm/vm_radix.c index 14f2f6e38cee5..be7b2e85132aa 100644 --- a/sys/vm/vm_radix.c +++ b/sys/vm/vm_radix.c @@ -308,8 +308,6 @@ SYSINIT(vm_radix_reserve_kva, SI_SUB_KMEM, SI_ORDER_THIRD, /* * Initialize the UMA slab zone. - * Until vm_radix_prealloc() is called, the zone will be served by the - * UMA boot-time pre-allocated pool of pages. */ void vm_radix_init(void) |
