Module Name: src Committed By: uebayasi Date: Sat Nov 13 08:41:41 UTC 2010
Modified Files: src/sys/sys: param.h Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.374 -r1.375 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/param.h diff -u src/sys/sys/param.h:1.374 src/sys/sys/param.h:1.375 --- src/sys/sys/param.h:1.374 Sat Aug 21 13:17:32 2010 +++ src/sys/sys/param.h Sat Nov 13 08:41:40 2010 @@ -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