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: Sun Mar 01 2009 - 11:43:25 CST


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2009/03/01 10:43:25

Modified files:
        sys/arch/m88k/include: trap.h
        sys/arch/m88k/m88k: eh_common.S trap.c

Log message:
Files forgotten during last commit:

Rework nmi handling to handle ``complex'' NMI faster, and return as fast as
possible from the exception, without doing the AST and softintr dance.

This should avoid too much stack usage under load.

ok deraadt