Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/vax
Module Name: src
Committed By: he
Date: Wed Jul 20 17:48:17 UTC 2005
Modified Files:
src/sys/arch/vax/include: cpu.h lock.h
src/sys/arch/vax/vax: db_machdep.c ka6400.c ka820.c ka88.c subr.S
Log Message:
Fixes to make GENERIC.MP build again. Several changes:
o Rename global variable "tramp" to "vax_mp_tramp" to avoid warning
with -Wshadow when compiling the signal code.
o Rename a macro-local variable _s to __s in __cpu_simple_lock()
to avoid -Wshadow warning when MALLOC() is used (also declares _s).
o Follow up -Wcast-qual by making a number of function arguments const char*
where string literals are used.
To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 src/sys/arch/vax/include/cpu.h
cvs rdiff -r1.16 -r1.17 src/sys/arch/vax/include/lock.h
cvs rdiff -r1.39 -r1.40 src/sys/arch/vax/vax/db_machdep.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/vax/vax/ka6400.c
cvs rdiff -r1.41 -r1.42 src/sys/arch/vax/vax/ka820.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/vax/vax/ka88.c
cvs rdiff -r1.11 -r1.12 src/sys/arch/vax/vax/subr.S
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