summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-25 09:35:52 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-26 09:07:05 +0100
commitbeab4245c844bd0ee0631aea181e8f51f25a5245 (patch)
tree15d8b9476dcd24d3d27cc94fa0b0aadfbfb3dd5d
parentm68k/mvme*: switch to shared linkcmds.base (diff)
downloadrtems-beab4245c844bd0ee0631aea181e8f51f25a5245.tar.bz2
sparc: No explicit align of _CPU_Null_fp_context
This structure is not performance critical.
-rw-r--r--cpukit/score/cpu/sparc/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
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.