[rtems commit] sparc64: 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: a0c79c1f3f0fc77a5804f775a58a936ed3ec2914
Changeset: http://git.rtems.org/rtems/commit/?id=a0c79c1f3f0fc77a5804f775a58a936ed3ec2914
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Mon Jan 25 09:36:50 2016 +0100
sparc64: No explicit align of _CPU_Null_fp_context
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
More information about the vc
mailing list