OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Miod Vallat (miodcvs.openbsd.org)
Date: Mon Jun 26 2006 - 17:18:06 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2006/06/26 16:18:06

Modified files:
        sys/arch/sparc64/sparc64: trap.c

Log message:
Always skip the offending instruction for fpu faults, even if it is
theoretically recoverable, as there is no way we can rely on the signal
handler to do this properly; consistent with other platforms, and lets a
few autoconf tests in ports pass again.
spotted by sturm; reluctantly ok kettenis