summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/unix/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/unix/cpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/unix/cpu.c b/cpukit/score/cpu/unix/cpu.c
index 3c2fc5fb07..6c0f271c5e 100644
--- a/cpukit/score/cpu/unix/cpu.c
+++ b/cpukit/score/cpu/unix/cpu.c
@@ -64,9 +64,9 @@ void _CPU_ISR_Handler(int);
static sigset_t _CPU_Signal_mask;
static Context_Control_overlay
- CPU_STRUCTURE_ALIGNMENT _CPU_Context_Default_with_ISRs_enabled;
+ _CPU_Context_Default_with_ISRs_enabled CPU_STRUCTURE_ALIGNMENT;
static Context_Control_overlay
- CPU_STRUCTURE_ALIGNMENT _CPU_Context_Default_with_ISRs_disabled;
+ _CPU_Context_Default_with_ISRs_disabled CPU_STRUCTURE_ALIGNMENT;
/*
* Which cpu are we? Used by libcpu and libbsp.