summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/cpu_asm.S
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 /cpukit/score/cpu/mips/cpu_asm.S
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.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/mips/cpu_asm.S1
1 files changed, 0 insertions, 1 deletions
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