From b8073b401b79df2ebb2fd18feb98cb4be5b9bb0d Mon Sep 17 00:00:00 2001 From: thorpej Date: Mon, 26 Apr 1999 22:46:44 +0000 Subject: Garbage-collect the VM_MBUF_SIZE constant. Instead, use the size (nmbclusters * mclbytes), so that the right amount of KVA space is allocated if those variables are patched. --- sys/arch/atari/include/vmparam.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/atari/include') diff --git a/sys/arch/atari/include/vmparam.h b/sys/arch/atari/include/vmparam.h index 56ab30f76c8..42dc37cd8c9 100644 --- a/sys/arch/atari/include/vmparam.h +++ b/sys/arch/atari/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.9 1999/03/03 16:25:01 leo Exp $ */ +/* $NetBSD: vmparam.h,v 1.10 1999/04/26 22:46:45 thorpej Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -151,7 +151,6 @@ /* * virtual sizes (bytes) for various kernel submaps */ -#define VM_MBUF_SIZE (NMBCLUSTERS*MCLBYTES) #define VM_KMEM_SIZE (NKMEMCLUSTERS*CLBYTES) #define VM_PHYS_SIZE (USRIOSIZE*CLBYTES) -- cgit