summaryrefslogtreecommitdiff
path: root/sys/arch/sun3
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-01-23 17:51:53 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-01-23 17:51:53 +0000
commitd6f3a5a5848c3b8733d6044cabdb1943c5f909ec (patch)
treef43fe5ae80851518b5d33edd28282d0f89a6f3c1 /sys/arch/sun3
parente5c274a5bf9e959bd0d99c68ebd8e3a60c577ec0 (diff)
move mb_map allocation to mbinit()
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r--sys/arch/sun3/sun3/machdep.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/sun3/sun3/machdep.c b/sys/arch/sun3/sun3/machdep.c
index 4772ad13372..09f075f3515 100644
--- a/sys/arch/sun3/sun3/machdep.c
+++ b/sys/arch/sun3/sun3/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.49 2002/01/23 17:35:56 art Exp $ */
+/* $OpenBSD: machdep.c,v 1.50 2002/01/23 17:51:52 art Exp $ */
/* $NetBSD: machdep.c,v 1.77 1996/10/13 03:47:51 christos Exp $ */
/*
@@ -331,9 +331,6 @@ cpu_startup()
* device drivers clone the kernel mappings into DVMA space.
*/
- mb_map = uvm_km_suballoc(kernel_map, &minaddr, &maxaddr,
- VM_MBUF_SIZE, VM_MAP_INTRSAFE, FALSE, NULL);
-
printf("avail mem = %ld\n", ptoa(uvmexp.free));
printf("using %d buffers containing %d bytes of memory\n",
nbuf, bufpages * PAGE_SIZE);