Subject: CVS commit: syssrc/sys/arch/powerpc/mpc6xx
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/16/2001 08:40:47
Module Name: syssrc
Committed By: chs
Date: Sun Sep 16 05:40:47 UTC 2001
Modified Files:
syssrc/sys/arch/powerpc/mpc6xx: pmap.c
Log Message:
it's perfectly legal for pmap_extract() on the kernel pmap to not find
anything mapped there, even though it never used to happen. with today's
other changes it happens a lot now, so remove the debug check for it.
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 syssrc/sys/arch/powerpc/mpc6xx/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.