summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
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/hp300
parente5c274a5bf9e959bd0d99c68ebd8e3a60c577ec0 (diff)
move mb_map allocation to mbinit()
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/hp300/machdep.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hp300/hp300/machdep.c b/sys/arch/hp300/hp300/machdep.c
index dc71544d8d0..59743ab2705 100644
--- a/sys/arch/hp300/hp300/machdep.c
+++ b/sys/arch/hp300/hp300/machdep.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: machdep.c,v 1.76 2002/01/23 17:35:56 art Exp $ */
+/* $OpenBSD: machdep.c,v 1.77 2002/01/23 17:51:52 art Exp $ */
/* $NetBSD: machdep.c,v 1.121 1999/03/26 23:41:29 mycroft Exp $ */
/*
@@ -348,9 +348,6 @@ cpu_startup()
phys_map = uvm_km_suballoc(kernel_map, &minaddr, &maxaddr,
VM_PHYS_SIZE, 0, FALSE, NULL);
- mb_map = uvm_km_suballoc(kernel_map, &minaddr, &maxaddr,
- VM_MBUF_SIZE, VM_MAP_INTRSAFE, FALSE, NULL);
-
#ifdef DEBUG
pmapdebug = opmapdebug;
#endif