Proc locking.

This commit is contained in:
jhb 2001-01-23 23:51:56 +00:00
parent bf8656f601
commit fb73177d57

View File

@ -230,8 +230,10 @@ math_emulate(struct trapframe * tframe)
#endif
FPU_lookahead = FPU_LOOKAHEAD;
PROC_LOCK(curproc);
if (curproc->p_flag & P_TRACED)
FPU_lookahead = 0;
PROC_UNLOCK(curproc);
do_another_FPU_instruction: