Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Tohru Nishimura <nisimura@netbsd.org>
List: source-changes
Date: 05/24/1999 21:17:58
Module Name: src
Committed By: nisimura
Date: Tue May 25 04:17:58 UTC 1999
Modified Files:
src/sys/arch/pmax/include: intr.h
src/sys/arch/pmax/pmax: dec_3100.c dec_3max.c dec_3maxplus.c dec_3min.c
dec_5100.c dec_maxine.c locore_machdep.S machdep.c
Log Message:
- Rework spl(9) implementation. Use _spl*() processor mask manipulating
routines now reside in locore.S. No functional difference is expected.
- Replace abused splx() abuse with _splset() to change MIPS processor
interrupt mask bit. 'mips/trap.c' side will be fixed soon.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/pmax/include/intr.h
cvs rdiff -r1.10 -r1.11 src/sys/arch/pmax/pmax/dec_3100.c
cvs rdiff -r1.11 -r1.12 src/sys/arch/pmax/pmax/dec_3max.c \
src/sys/arch/pmax/pmax/dec_maxine.c src/sys/arch/pmax/pmax/locore_machdep.S
cvs rdiff -r1.143 -r1.144 src/sys/arch/pmax/pmax/machdep.c
cvs rdiff -r1.15 -r1.16 src/sys/arch/pmax/pmax/dec_3min.c
cvs rdiff -r1.17 -r1.18 src/sys/arch/pmax/pmax/dec_3maxplus.c
cvs rdiff -r1.6 -r1.7 src/sys/arch/pmax/pmax/dec_5100.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.