summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc/rtems/score
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/sparc/rtems/score')
-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 b73a56e0c0..89c7dcd31b 100644
--- a/cpukit/score/cpu/sparc/rtems/score/cpu.h
+++ b/cpukit/score/cpu/sparc/rtems/score/cpu.h
@@ -1204,7 +1204,7 @@ void _CPU_Context_restore(
*/
register struct Per_CPU_Control *_SPARC_Per_CPU_current __asm__( "g6" );
-#define _CPU_Get_current_per_CPU_control() ( _SPARC_Per_CPU_current )
+#define _CPU_Get_current_per_CPU_control() _SPARC_Per_CPU_current
#if defined(RTEMS_SMP)
uint32_t _CPU_SMP_Initialize( void );