CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2020/07/05 05:29:21

Modified files:
        sys/arch/powerpc64/powerpc64: machdep.c 

Log message:
Save FPU state to PCB before running a signal handler.  This doesn't
completely fix the case where the FPU is used in a signal handler
but it is part of the solution and makes sure the processor mode check
in sys_sigreturn() passes if the process was using the FPU when the signal
happened.

Reply via email to