Restore the define of NPTEPG.

This commit is contained in:
veego 1997-07-10 08:23:03 +00:00
parent 1c599835b4
commit 1450ec3f1b
3 changed files with 9 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.31 1997/06/10 19:15:03 veego Exp $ */
/* $NetBSD: param.h,v 1.32 1997/07/10 08:23:03 veego Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -101,6 +101,8 @@
#include <m68k/param.h>
#define NPTEPG (NBPG/(sizeof (pt_entry_t)))
/*
* Size of kernel malloc arena in CLBYTES-sized logical pages
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.9 1997/06/10 18:47:53 veego Exp $ */
/* $NetBSD: param.h,v 1.10 1997/07/10 08:23:04 veego Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -62,6 +62,8 @@
#include <m68k/param.h>
#define NPTEPG (NBPG/(sizeof (pt_entry_t)))
/*
* Size of kernel malloc arena in CLBYTES-sized logical pages
*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.5 1997/06/10 20:20:06 veego Exp $ */
/* $NetBSD: param.h,v 1.6 1997/07/10 08:23:05 veego Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -62,6 +62,8 @@
#include <m68k/param.h>
#define NPTEPG (NBPG/(sizeof (pt_entry_t)))
/*
* Size of kernel malloc arena in CLBYTES-sized logical pages
*/