Masked out interrupts not being used prior to processing the status register.

This commit is contained in:
Joel Sherrill
1998-07-15 19:19:14 +00:00
parent 6c45da17cf
commit 100a4e53fc

View File

@@ -17,7 +17,7 @@
* the file LICENSE in this distribution or at
* http://www.OARcorp.com/rtems/license.html.
*
* $Id:
* $Id$
*/
#include <bsp.h>
@@ -76,6 +76,7 @@ rtems_isr external_exception_ISR (
* Get all active interrupts.
*/
scv64_status = SCV64_Get_Interrupt();
scv64_status &= SCV64_Get_Interrupt_Enable();
/*
* Process any set interrupts.
@@ -232,3 +233,10 @@ rtems_isr_entry set_EE_vector(