Subject: CVS commit: syssrc/sys/arch/i386/i386
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 03/23/2002 20:39:48
Module Name: syssrc
Committed By: thorpej
Date: Sat Mar 23 18:39:47 UTC 2002
Modified Files:
syssrc/sys/arch/i386/i386: pmap.c
Log Message:
pmap_bootstrap(): Correct arithmetic on pte when advancing past
the newly-allocated msgbuf. (Note, it happened to work before
because nothing used pte afterwards, but in the event something
is added that does, pte should be correct.)
To generate a diff of this commit:
cvs rdiff -r1.134 -r1.135 syssrc/sys/arch/i386/i386/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.