From 4db302830436a61c9af69d0b393f9ac44a558c2e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 28 Nov 2001 18:16:00 +0000 Subject: 2001-11-28 Joel Sherrill , This was tracked as PR91. * rtems/score/cpu.h: Added CPU_PROVIDES_ISR_IS_IN_PROGRESS macro which is used to specify if the port uses the standard macro for this (FALSE). A TRUE setting indicates the port provides its own implementation. --- c/src/exec/score/cpu/or32/rtems/score/cpu.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'c/src/exec/score/cpu/or32/rtems/score/cpu.h') diff --git a/c/src/exec/score/cpu/or32/rtems/score/cpu.h b/c/src/exec/score/cpu/or32/rtems/score/cpu.h index f6929b7696..d46f206a81 100644 --- a/c/src/exec/score/cpu/or32/rtems/score/cpu.h +++ b/c/src/exec/score/cpu/or32/rtems/score/cpu.h @@ -555,6 +555,13 @@ SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)(); #define CPU_INTERRUPT_NUMBER_OF_VECTORS 32 #define CPU_INTERRUPT_MAXIMUM_VECTOR_NUMBER (CPU_INTERRUPT_NUMBER_OF_VECTORS - 1) +/* + * This is defined if the port has a special way to report the ISR nesting + * level. Most ports maintain the variable _ISR_Nest_level. + */ + +#define CPU_PROVIDES_ISR_IS_IN_PROGRESS FALSE + /* * Should be large enough to run all RTEMS tests. This insures * that a "reasonable" small application should not have any problems. -- cgit v1.2.3