From a0c79c1f3f0fc77a5804f775a58a936ed3ec2914 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 25 Jan 2016 09:36:50 +0100 Subject: 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 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 -- cgit v1.2.3