CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/09/24 14:33:10
Modified files:
sys/arch/alpha/alpha: trap.c
Log message:
ast() was lacking refreshcreds(). That can sleep, and mi_ast() requires
the current cpu so use curcpu() rather than the old cpu in ci.
ok kettenis
