summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_init.c
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2013-03-09 01:39:42 +0000
committerattilio <attilio@FreeBSD.org>2013-03-09 01:39:42 +0000
commit7fd2627275ba0d9190dcd45dbac54c31547450e6 (patch)
tree2f4765736b276f524838d85718824820c05c839c /sys/vm/vm_init.c
parentbf1dc904466a6994f1b4cd94d2187edfeca7b187 (diff)
downloadFreeBSD-src-7fd2627275ba0d9190dcd45dbac54c31547450e6.zip
FreeBSD-src-7fd2627275ba0d9190dcd45dbac54c31547450e6.tar.gz
MFC
Diffstat (limited to 'sys/vm/vm_init.c')
-rw-r--r--sys/vm/vm_init.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/vm/vm_init.c b/sys/vm/vm_init.c
index c265e30..08c9b03 100644
--- a/sys/vm/vm_init.c
+++ b/sys/vm/vm_init.c
@@ -157,8 +157,6 @@ vm_ksubmap_init(struct kva_md_info *kmi)
again:
v = (caddr_t)firstaddr;
- v = kern_timeout_callwheel_alloc(v);
-
/*
* Discount the physical memory larger than the size of kernel_map
* to avoid eating up all of KVA space.
@@ -202,10 +200,5 @@ again:
* XXX: Mbuf system machine-specific initializations should
* go here, if anywhere.
*/
-
- /*
- * Initialize the callouts we just allocated.
- */
- kern_timeout_callwheel_init();
}
OpenPOWER on IntegriCloud