Change UPAGES from 3 to 2. (sync with hp300)

This commit is contained in:
tsutsui 2000-11-29 12:32:06 +00:00
parent ba632e7078
commit 7dc077e6f5
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.3 2000/11/11 09:05:09 tsutsui Exp $ */
/* $NetBSD: param.h,v 1.4 2000/11/29 12:32:06 tsutsui Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -64,7 +64,7 @@
#define NBSEG (1 << SEGSHIFT) /* bytes/segment */
#define SEGOFSET (NBSEG-1) /* byte offset into segment */
#define UPAGES 3 /* pages of u-area */
#define UPAGES 2 /* pages of u-area */
#include <m68k/param.h>