forked from Imagelibrary/rtems
score: Remove bogus _ISR_Nest_level setting
This variable is actually contained in _Per_CPU_Information[] which is already zero initialized. Remove superfluous includes.
This commit is contained in:
@@ -22,9 +22,7 @@
|
||||
|
||||
#include <rtems/score/isr.h>
|
||||
#include <rtems/score/address.h>
|
||||
#include <rtems/score/interr.h>
|
||||
#include <rtems/score/percpu.h>
|
||||
#include <rtems/score/stackimpl.h>
|
||||
#include <rtems/config.h>
|
||||
|
||||
#if (CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE)
|
||||
@@ -42,8 +40,6 @@ void _ISR_Handler_initialization( void )
|
||||
size_t stack_size;
|
||||
char *stack_low;
|
||||
|
||||
_ISR_Nest_level = 0;
|
||||
|
||||
stack_size = rtems_configuration_get_interrupt_stack_size();
|
||||
cpu_max = rtems_configuration_get_maximum_processors();
|
||||
stack_low = _ISR_Stack_area_begin;
|
||||
|
||||
Reference in New Issue
Block a user