summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/unix/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-30 20:15:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1996-09-30 20:15:01 +0000
commit855edeca4f7c8ca92f6959e113cb4c41b33f99ea (patch)
tree839978f2410033e7368361117303c177171f13c7 /cpukit/score/cpu/unix/cpu.c
parentchanged version string to 3.6.0 (diff)
downloadrtems-855edeca4f7c8ca92f6959e113cb4c41b33f99ea.tar.bz2
fixed incorrect placement of CPU_STRUCTURE_ALIGNMENT macro.
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.