Subject: CVS commit: syssrc/sys/arch/vax/vax
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 08/05/2001 09:14:24
Module Name: syssrc
Committed By: matt
Date: Sun Aug 5 06:14:23 UTC 2001
Modified Files:
syssrc/sys/arch/vax/vax: pmap.c
Log Message:
Don't substract KERNBASE, xor it to clear. The former causes GNU ld to
bitch about a signed overflow and this code is only done once, incurring
an extra instruction isn't going to matter much in the long run.
To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 syssrc/sys/arch/vax/vax/pmap.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.