Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch/vax/vax
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.
Home |
Main Index |
Thread Index |
Old Index