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: Sat May 12 2007 - 15:02:14 CDT


CVSROOT: /cvs
Module name: src
Changes by: miodcvs.openbsd.org 2007/05/12 14:02:14

Modified files:
        sys/arch/aviion/aviion: av400_machdep.c
        sys/arch/luna88k/luna88k: machdep.c
        sys/arch/m88k/m88k: eh_common.S
        sys/arch/mvme88k/mvme88k: m187_machdep.c m188_machdep.c
                                  m197_machdep.c

Log message:
Change the 88100 interrupt handlers to process DAEs with interrupts enabled,
as done for DAEs not occuring during interrupts.

Remove the check for unprocessed DAE on return from trap() in eh_common.S,
since this can't happen. As a result, the return-from-trap code becomes
identical on 88100 and 88110 systems.