mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
Masked out interrupts not being used prior to processing the status register.
This commit is contained in:
@@ -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(
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user