Suggestion from Robin Kirkham <Robin.Kirkham@mlb.dmt.csiro.au> to improve

clarity.
This commit is contained in:
Joel Sherrill
1998-06-24 17:58:56 +00:00
parent 414ab59a1e
commit 803de4133b

View File

@@ -39,12 +39,11 @@ extern "C" {
#if ( M68K_HAS_SEPARATE_STACKS == 1) #if ( M68K_HAS_SEPARATE_STACKS == 1)
#define CPU_HAS_SOFTWARE_INTERRUPT_STACK 0 #define CPU_HAS_SOFTWARE_INTERRUPT_STACK 0
#define CPU_HAS_HARDWARE_INTERRUPT_STACK 1 #define CPU_HAS_HARDWARE_INTERRUPT_STACK 1
#define CPU_ALLOCATE_INTERRUPT_STACK 1
#else #else
#define CPU_HAS_SOFTWARE_INTERRUPT_STACK 1 #define CPU_HAS_SOFTWARE_INTERRUPT_STACK 1
#define CPU_HAS_HARDWARE_INTERRUPT_STACK 0 #define CPU_HAS_HARDWARE_INTERRUPT_STACK 0
#define CPU_ALLOCATE_INTERRUPT_STACK 1
#endif #endif
#define CPU_ALLOCATE_INTERRUPT_STACK 1
/* /*
* Does the RTEMS invoke the user's ISR with the vector number and * Does the RTEMS invoke the user's ISR with the vector number and