From 5358c47ee5f05598d4d2a4ab9cbdd8cabab571c1 Mon Sep 17 00:00:00 2001 From: mycroft Date: Thu, 13 Jan 1994 13:56:20 +0000 Subject: [PATCH] Allocate exec_map. --- sys/arch/hp300/hp300/machdep.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sys/arch/hp300/hp300/machdep.c b/sys/arch/hp300/hp300/machdep.c index 8e876dd2343e..d47a46a17ea3 100644 --- a/sys/arch/hp300/hp300/machdep.c +++ b/sys/arch/hp300/hp300/machdep.c @@ -37,7 +37,7 @@ * * from: Utah Hdr: machdep.c 1.63 91/04/24 * from: @(#)machdep.c 7.16 (Berkeley) 6/3/91 - * $Id: machdep.c,v 1.24 1994/01/09 21:37:20 mycroft Exp $ + * $Id: machdep.c,v 1.25 1994/01/13 13:56:20 mycroft Exp $ */ #include "param.h" @@ -293,10 +293,8 @@ again: * Allocate a submap for exec arguments. This map effectively * limits the number of processes exec'ing at any time. */ -/* exec_map = kmem_suballoc(kernel_map, &minaddr, &maxaddr, - * 16*NCARGS, TRUE); - * NOT CURRENTLY USED -- cgd - */ + exec_map = kmem_suballoc(kernel_map, &minaddr, &maxaddr, + 16*NCARGS, TRUE); /* * Allocate a submap for physio