diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-13 09:48:03 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-07-13 09:48:03 +0000 |
commit | ea02c5005fcf76b2b6e8b3c847d6134492640cea (patch) | |
tree | 05b7c2cbf2f35dfc5aed288c30e30bd75e317dfe /sys/arch/hp300/include | |
parent | 20499871c866979e94a6ed88a9701f5d9feb419f (diff) |
sync to NETBSD_CURRENT_970711.
Diffstat (limited to 'sys/arch/hp300/include')
-rw-r--r-- | sys/arch/hp300/include/param.h | 8 |
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 */ |