summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-04 15:33:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-04 15:33:31 +0000
commit031785a6cd87c9c981ab496332d7f4c11cd4f208 (patch)
tree47391e688495cda95b43cca4606612650c773949
parent2011-01-02 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-031785a6cd87c9c981ab496332d7f4c11cd4f208.tar.bz2
2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu_asm.S: _Thread_Executing was not used.
-rw-r--r--cpukit/score/cpu/mips/ChangeLog4
-rw-r--r--cpukit/score/cpu/mips/cpu_asm.S1
2 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog
index c70c105a31..ebce64b098 100644
--- a/cpukit/score/cpu/mips/ChangeLog
+++ b/cpukit/score/cpu/mips/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-04 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * cpu_asm.S: _Thread_Executing was not used.
+
2010-10-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: Add RTEMS_COMPILER_NO_RETURN_ATTRIBUTE to
diff --git a/cpukit/score/cpu/mips/cpu_asm.S b/cpukit/score/cpu/mips/cpu_asm.S
index 17862a7e49..cc52aa81ce 100644
--- a/cpukit/score/cpu/mips/cpu_asm.S
+++ b/cpukit/score/cpu/mips/cpu_asm.S
@@ -585,7 +585,6 @@ FRAME(_CPU_Context_restore,sp,0,ra)
ENDFRAME(_CPU_Context_restore)
ASM_EXTERN(_Thread_Dispatch_disable_level,4)
-ASM_EXTERN(_Thread_Executing,4)
.extern _Thread_Dispatch
.extern _ISR_Vector_table