Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 11/06/1999 08:56:34
Module Name:	syssrc
Committed By:	mhitch
Date:		Sat Nov  6 16:56:34 UTC 1999

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

Log Message:
The previous change to pmap_create() to fix DEBUG compiles was incorrect.  The
original debug output was printing the argument to pmap_create(), but
pmap_create() no longer has an argument.  The incorrect change now prints
an un-initialized pointer.  Change to just print out the function name.


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 syssrc/sys/arch/mips/mips/pmap.c

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