CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/19 14:28:14
Modified files:
sys/arch/alpha/alpha: interrupt.c
sys/arch/alpha/dev: shared_intr.c
sys/arch/alpha/tc: tc_3000_300.c tc_3000_500.c
Log message:
Move acquisition of the kernel lock deeper in the interrupt path, and make
sure clock interrupts do not attempt to acquire it.
This will also eventually allow for IPL_MPSAFE interrupts on alpha.
Tested by dlg@ and I.
