Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 05/29/2001 00:54:27
Module Name: syssrc
Committed By: chs
Date: Mon May 28 21:54:27 UTC 2001
Modified Files:
syssrc/sys/arch/sun3/sun3: machdep.c
syssrc/sys/arch/sun3/sun3x: machdep.c
Log Message:
remove a useless call to uvm_map_protect(). the kernel text is already
mapped read-only in pmap_bootstrap() and the comment which tried to
explain why this might be needed anyway didn't make any sense.
To generate a diff of this commit:
cvs rdiff -r1.145 -r1.146 syssrc/sys/arch/sun3/sun3/machdep.c
cvs rdiff -r1.66 -r1.67 syssrc/sys/arch/sun3/sun3x/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.