Subject: CVS commit: [netbsd-4] src/sys/arch/amiga/amiga
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/30/2007 23:13:49
Module Name: src
Committed By: riz
Date: Wed May 30 23:13:49 UTC 2007
Modified Files:
src/sys/arch/amiga/amiga [netbsd-4]: pmap.c
Log Message:
Pull up following revision(s) (requested by mhitch in ticket #685):
sys/arch/amiga/amiga/pmap.c: revision 1.126
sys/arch/amiga/amiga/pmap.c: revision 1.127
Rework pmap_zero_page() and pmap_copy_page() so it doesn't need the pte
pointers from pmap_bootstrap(), and make pmap_bootstrap() more compatible
with the common m68k pmap_motorola.c.
Oops. I thought I had caught this before commiting the CMAP[12] removal,
but obviously I didn't. Non-DEBUG kernels were unbootable because I left
some code inside an #ifdef DEBUG group.
To generate a diff of this commit:
cvs rdiff -r1.118.4.2 -r1.118.4.3 src/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.