Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 05/13/2001 22:41:18
Module Name: syssrc
Committed By: tshiozak
Date: Sun May 13 19:41:18 UTC 2001
Modified Files:
syssrc/sys/arch/sh3/sh3: pmap.c
Log Message:
Correct a simple bug in the recent commit (pmap.c:1.19) by thopej.
I guess he indents to prepare a temporary variable for saving the next
pointer of a list element, but he seems to forget to substitute the
pointer for the variable. This often causes my dreamcast panic.
To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 syssrc/sys/arch/sh3/sh3/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.