From 278eb892e39ccc942d4b6ead29ede916062b2242 Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Wed, 11 Apr 1990 03:27:35 -0800 Subject: [PATCH] increase size of malloc arena SCCS-vsn: sys/vax/vax/locore.s 7.23 SCCS-vsn: sys/tahoe/tahoe/locore.s 7.13 --- usr/src/sys/tahoe/tahoe/locore.s | 4 ++-- usr/src/sys/vax/vax/locore.s | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/sys/tahoe/tahoe/locore.s b/usr/src/sys/tahoe/tahoe/locore.s index 563c19b60e..33be4d2360 100644 --- a/usr/src/sys/tahoe/tahoe/locore.s +++ b/usr/src/sys/tahoe/tahoe/locore.s @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)locore.s 7.12 (Berkeley) %G% + * @(#)locore.s 7.13 (Berkeley) %G% */ #include "../tahoe/mtpr.h" @@ -625,7 +625,7 @@ _/**/mname: .globl _/**/mname; \ * It is expanded as necessary by the special features * that use it. */ - SYSMAP(kmempt ,kmembase ,300*CLSIZE ) + SYSMAP(kmempt ,kmembase ,1000*CLSIZE ) #ifdef GPROF ADDMAP( 600*CLSIZE ) #endif diff --git a/usr/src/sys/vax/vax/locore.s b/usr/src/sys/vax/vax/locore.s index 8b5d931f3a..dc3a946176 100644 --- a/usr/src/sys/vax/vax/locore.s +++ b/usr/src/sys/vax/vax/locore.s @@ -3,7 +3,7 @@ * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. * - * @(#)locore.s 7.22 (Berkeley) %G% + * @(#)locore.s 7.23 (Berkeley) %G% */ #include "psl.h" -- 2.20.1