Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
Module Name: syssrc
Committed By: matt
Date: Fri Jun 2 21:47:03 UTC 2000
Modified Files:
syssrc/sys/arch/vax/include: cpu.h intr.h param.h
Log Message:
Move spl macros from <machine/param.h> to <machine/intr.h>
Fix botch on my part and make the IPL_* match reality on VAX.
Redefine spl macro using the symbolic IPL_ instead of being hardcoded.
Move schedsoftnet, schedsoftclock from <machine/cpu.h> to <machine/intr.h>
Add a _setsirr macro for schedsoft*.
Add softintr function and framework.
To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 syssrc/sys/arch/vax/include/cpu.h
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/vax/include/intr.h
cvs rdiff -r1.42 -r1.43 syssrc/sys/arch/vax/include/param.h
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