From 92d706c9e92818edf3e8a53d7f248d3ff3030889 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 13 Aug 2001 00:13:06 +0000 Subject: SYSPTSIZE is orhpaned, so g/c the poor define. --- sys/arch/mac68k/include/vmparam.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/arch/mac68k/include/vmparam.h') diff --git a/sys/arch/mac68k/include/vmparam.h b/sys/arch/mac68k/include/vmparam.h index 3269c9b67da..eabf55ca453 100644 --- a/sys/arch/mac68k/include/vmparam.h +++ b/sys/arch/mac68k/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.8 2001/08/12 20:06:11 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.9 2001/08/13 00:13:05 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.8 1996/11/15 14:21:00 briggs Exp $ */ /* @@ -130,8 +130,6 @@ /* * Sizes of the system and user portions of the system page table. */ -/* SYSPTSIZE IS SILLY; IT SHOULD BE COMPUTED AT BOOT TIME */ -#define SYSPTSIZE (2 * NPTEPG) /* 8mb */ #define USRPTSIZE (1 * NPTEPG) /* 4mb */ /* @@ -186,7 +184,7 @@ #define VM_PHYS_SIZE (USRIOSIZE*PAGE_SIZE) /* # of kernel PT pages (initial only, can grow dynamically) */ -#define VM_KERNEL_PT_PAGES ((vsize_t)2) /* XXX: SYSPTSIZE */ +#define VM_KERNEL_PT_PAGES ((vsize_t)2) /* * Constants which control the way the VM system deals with memory segments. -- cgit v1.2.3