Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 01/20/2001 19:08:42
Module Name:	syssrc
Committed By:	mhitch
Date:		Sat Jan 20 17:08:42 UTC 2001

Modified Files:
	syssrc/sys/arch/amiga/amiga: pmap.c

Log Message:
UVM pagesize needs to be set *before* UVM tries to use it.  The change to
a constant PAGE_SIZE value didn't include setting the UVM pagesize, and the
attempt to add this ended up in the wrong place.  Amiga should now boot
again.


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 syssrc/sys/arch/amiga/amiga/pmap.c

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