summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hp300/include')
-rw-r--r--sys/arch/hp300/include/param.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/hp300/include/param.h b/sys/arch/hp300/include/param.h
index a3c8014b130..a81227f6093 100644
--- a/sys/arch/hp300/include/param.h
+++ b/sys/arch/hp300/include/param.h
@@ -1,5 +1,5 @@
-/* $OpenBSD: param.h,v 1.8 1997/07/06 08:02:13 downsj Exp $ */
-/* $NetBSD: param.h,v 1.34 1997/06/10 18:59:12 veego Exp $ */
+/* $OpenBSD: param.h,v 1.9 1997/07/13 09:48:02 downsj Exp $ */
+/* $NetBSD: param.h,v 1.35 1997/07/10 08:22:38 veego Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -64,8 +64,12 @@
#define NBSEG (1 << SEGSHIFT) /* bytes/segment */
#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
*/