From 803de4133be02165bd5401f90f576fdcfdf64d4c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Jun 1998 17:58:56 +0000 Subject: Suggestion from Robin Kirkham to improve clarity. --- c/src/exec/score/cpu/m68k/cpu.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'c/src') diff --git a/c/src/exec/score/cpu/m68k/cpu.h b/c/src/exec/score/cpu/m68k/cpu.h index 21cc5493ca..555fce4e45 100644 --- a/c/src/exec/score/cpu/m68k/cpu.h +++ b/c/src/exec/score/cpu/m68k/cpu.h @@ -39,12 +39,11 @@ extern "C" { #if ( M68K_HAS_SEPARATE_STACKS == 1) #define CPU_HAS_SOFTWARE_INTERRUPT_STACK 0 #define CPU_HAS_HARDWARE_INTERRUPT_STACK 1 -#define CPU_ALLOCATE_INTERRUPT_STACK 1 #else #define CPU_HAS_SOFTWARE_INTERRUPT_STACK 1 #define CPU_HAS_HARDWARE_INTERRUPT_STACK 0 -#define CPU_ALLOCATE_INTERRUPT_STACK 1 #endif +#define CPU_ALLOCATE_INTERRUPT_STACK 1 /* * Does the RTEMS invoke the user's ISR with the vector number and -- cgit v1.2.3