summaryrefslogtreecommitdiff
path: root/sys/arch/atari/include
diff options
context:
space:
mode:
authorveego <veego@NetBSD.org>1997-07-10 08:22:36 +0000
committerveego <veego@NetBSD.org>1997-07-10 08:22:36 +0000
commit1c599835b40aba41e26fdccce553757682ea351e (patch)
tree18c1cbb8b5064586acd0cc801b2dc9d132220f23 /sys/arch/atari/include
parent78996821fa975cf5b856016b9cded73205ef266d (diff)
Restore the defines of UPAGES and NPTEPG.
Diffstat (limited to 'sys/arch/atari/include')
-rw-r--r--sys/arch/atari/include/param.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/atari/include/param.h b/sys/arch/atari/include/param.h
index ff593957135..a6eeb4bc2e7 100644
--- a/sys/arch/atari/include/param.h
+++ b/sys/arch/atari/include/param.h
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.22 1997/06/10 18:47:21 veego Exp $ */
+/* $NetBSD: param.h,v 1.23 1997/07/10 08:22:37 veego Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -61,8 +61,12 @@
? (32 * (1 << PGSHIFT)) : (256 * (1 << PGSHIFT)))
#define SEGOFSET (NBSEG-1) /* byte offset into segment */
+#define UPAGES 2 /* pages of u-area */
+
#include <m68k/param.h>
+#define NPTEPG (NBPG/(sizeof (pt_entry_t)))
+
/*
* Size of kernel malloc arena in CLBYTES-sized logical pages
*/