From 031785a6cd87c9c981ab496332d7f4c11cd4f208 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 4 Jan 2011 15:33:31 +0000 Subject: 2011-01-04 Joel Sherrill * cpu_asm.S: _Thread_Executing was not used. --- cpukit/score/cpu/mips/ChangeLog | 4 ++++ cpukit/score/cpu/mips/cpu_asm.S | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'cpukit/score/cpu') 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 + + * cpu_asm.S: _Thread_Executing was not used. + 2010-10-21 Joel Sherrill * 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 -- cgit v1.2.3