[PATCH 2/4] sparc64: No explicit align of _CPU_Null_fp_context

Sebastian Huber sebastian.huber at embedded-brains.de
Mon Jan 25 11:05:54 UTC 2016


This structure is not performance critical.
---
 cpukit/score/cpu/sparc64/rtems/score/cpu.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpukit/score/cpu/sparc64/rtems/score/cpu.h b/cpukit/score/cpu/sparc64/rtems/score/cpu.h
index 29e33d5..4838cac 100644
--- a/cpukit/score/cpu/sparc64/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc64/rtems/score/cpu.h
@@ -544,7 +544,7 @@ typedef struct {
  *  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;
 
 /*
  *  This flag is context switched with each thread.  It indicates
-- 
1.8.4.5



More information about the devel mailing list