summaryrefslogtreecommitdiff
path: root/sys/arch/amiga
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-13 00:13:06 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-13 00:13:06 +0000
commit92d706c9e92818edf3e8a53d7f248d3ff3030889 (patch)
tree8f81f5e1415e1be461018170d026930f21708c7e /sys/arch/amiga
parent8bedaea35048f0c2e71c23200ad85e0513687113 (diff)
SYSPTSIZE is orhpaned, so g/c the poor define.
Diffstat (limited to 'sys/arch/amiga')
-rw-r--r--sys/arch/amiga/include/vmparam.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/amiga/include/vmparam.h b/sys/arch/amiga/include/vmparam.h
index cc48b2dc76f..a42f59019c2 100644
--- a/sys/arch/amiga/include/vmparam.h
+++ b/sys/arch/amiga/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.13 2001/08/12 20:06:03 miod Exp $ */
+/* $OpenBSD: vmparam.h,v 1.14 2001/08/13 00:12:38 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.16 1997/07/12 16:18:36 perry Exp $ */
/*
@@ -98,8 +98,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) /* 16mb */
#define USRPTSIZE (1 * NPTEPG) /* 16mb */
/*