From beab4245c844bd0ee0631aea181e8f51f25a5245 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 25 Jan 2016 09:35:52 +0100 Subject: sparc: No explicit align of _CPU_Null_fp_context This structure is not performance critical. --- cpukit/score/cpu/sparc/rtems/score/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/cpu/sparc/rtems/score/cpu.h b/cpukit/score/cpu/sparc/rtems/score/cpu.h index 2ea48533b0..9b4db13b96 100644 --- a/cpukit/score/cpu/sparc/rtems/score/cpu.h +++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h @@ -792,7 +792,7 @@ typedef struct { * It is filled in by _CPU_Initialize and copied into the task's FP * context area during _CPU_Context_Initialize. */ -SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context CPU_STRUCTURE_ALIGNMENT; +SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context; /** * The following type defines an entry in the SPARC's trap table. -- cgit v1.2.3