[rtems commit] sparc: No explicit align of _CPU_Null_fp_context
Sebastian Huber
sebh at rtems.org
Tue Jan 26 08:11:41 UTC 2016
Module: rtems
Branch: master
Commit: beab4245c844bd0ee0631aea181e8f51f25a5245
Changeset: http://git.rtems.org/rtems/commit/?id=beab4245c844bd0ee0631aea181e8f51f25a5245
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Jan 25 09:35:52 2016 +0100
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 2ea4853..9b4db13 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.
More information about the vc
mailing list