summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc64/rtems/score
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-25 09:36:50 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-26 09:07:15 +0100
commita0c79c1f3f0fc77a5804f775a58a936ed3ec2914 (patch)
tree31f1fd01fb41e86bd875369945b6304223a26e19 /cpukit/score/cpu/sparc64/rtems/score
parentsparc: No explicit align of _CPU_Null_fp_context (diff)
downloadrtems-a0c79c1f3f0fc77a5804f775a58a936ed3ec2914.tar.bz2
sparc64: No explicit align of _CPU_Null_fp_context
This structure is not performance critical.
Diffstat (limited to 'cpukit/score/cpu/sparc64/rtems/score')
-rw-r--r--cpukit/score/cpu/sparc64/rtems/score/cpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/score/cpu/sparc64/rtems/score/cpu.h b/cpukit/score/cpu/sparc64/rtems/score/cpu.h
index 29e33d5fee..4838cacd87 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