Include uvm/uvm_param.h from here to provide PAGE_SIZE and other

VM related constants.  Many users of uvm/uvm_extern.h in subsystems
are interested in only PAGE_SIZE.  The whole uvm/uvm_extern.h is
not necessary at all.
This commit is contained in:
uebayasi 2010-11-13 08:41:40 +00:00
parent 02857e7f6c
commit 654ea80e2f
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.374 2010/08/21 13:17:32 pgoyette Exp $ */
/* $NetBSD: param.h,v 1.375 2010/11/13 08:41:40 uebayasi Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -138,6 +138,7 @@
#include <sys/resource.h>
#include <sys/ucred.h>
#include <sys/uio.h>
#include <uvm/uvm_param.h>
#ifndef NPROC
#define NPROC (20 + 16 * MAXUSERS)
#endif