Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



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.




Home | Main Index | Thread Index | Old Index