Subject: CVS commit: src/sys/arch/amd64
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 01/11/2006 09:30:46
Module Name:	src
Committed By:	cube
Date:		Wed Jan 11 09:30:46 UTC 2006

Modified Files:
	src/sys/arch/amd64/amd64: netbsd32_machdep.c
	src/sys/arch/amd64/include: vmparam.h

Log Message:
Add support for VM_TOPDOWN, and use it unconditionally (just like i386).

For COMPAT_NETBSD32 binaries, use VM_TOPDOWN layout too, and sync some
parameters with their i386 counterpart.

OK'd by fvdl@.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/arch/amd64/amd64/netbsd32_machdep.c
cvs rdiff -r1.10 -r1.11 src/sys/arch/amd64/include/vmparam.h

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