[PATCH 05/13] mips: Avoid SCORE_EXTERN

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Feb 4 06:37:35 UTC 2016


Update #2559.
---
 cpukit/score/cpu/mips/cpu.c             | 4 ++++
 cpukit/score/cpu/mips/rtems/score/cpu.h | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/cpukit/score/cpu/mips/cpu.c b/cpukit/score/cpu/mips/cpu.c
index cb6c664..fe89a10 100644
--- a/cpukit/score/cpu/mips/cpu.c
+++ b/cpukit/score/cpu/mips/cpu.c
@@ -54,6 +54,10 @@
 #include <rtems/score/isr.h>
 #include <rtems/score/wkspace.h>
 
+#if CPU_HARDWARE_FP
+Context_Control_fp _CPU_Null_fp_context;
+#endif
+
 /*
 ** Exception stack frame pointer used in cpu_asm to pass the exception stack frame
 ** address to the context switch code.
diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h
index 01bd29a..cb66b89 100644
--- a/cpukit/score/cpu/mips/rtems/score/cpu.h
+++ b/cpukit/score/cpu/mips/rtems/score/cpu.h
@@ -590,7 +590,7 @@ typedef CPU_Interrupt_frame CPU_Exception_frame;
  *  _CPU_Context_Initialize.
  */
 
-SCORE_EXTERN Context_Control_fp  _CPU_Null_fp_context;
+extern Context_Control_fp _CPU_Null_fp_context;
 
 /*
  *  Nothing prevents the porter from declaring more CPU specific variables.
-- 
1.8.4.5




More information about the devel mailing list