CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/01 06:01:26
Modified files:
sys/arch/i386/isa: npx.c
Log message:
Protect the calls to trapsignal() and psignal() with a kernel lock
when processing an npx interrupt. This fixes a kernel locked
assertion in postsig_done() during the libc ieeefp/except regression
test.
OK visa@
