Subject: CVS commit: src/sys/arch
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 02/23/2003 21:13:44
Module Name:	src
Committed By:	atatat
Date:		Sun Feb 23 19:13:44 UTC 2003

Modified Files:
	src/sys/arch/i386/include: vmparam.h
	src/sys/arch/powerpc/include/oea: vmparam.h

Log Message:
#include opt_uvm.h in machine/vmparam.h (for those ports offering the
topdown option) so that including it directly before including
uvm/uvm_param.h (or uvm/uvm_extern.h which includes uvm/uvm_param.h)
and attempting to use topdown won't result in a compiler error.

Problem noted in private email.


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/sys/arch/i386/include/vmparam.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/powerpc/include/oea/vmparam.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.