summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-02 18:34:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-03-02 18:34:12 +0000
commitb7f49f7ed499cc0feaad8fb6fc1ffc6788774b61 (patch)
tree3be8a1718de0eb058043b81442e8d8a2f9b9f93d
parent2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-b7f49f7ed499cc0feaad8fb6fc1ffc6788774b61.tar.bz2
2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu_asm.S: Eliminate extern of unused variables.
-rw-r--r--cpukit/score/cpu/nios2/ChangeLog4
-rw-r--r--cpukit/score/cpu/nios2/cpu_asm.S6
2 files changed, 4 insertions, 6 deletions
diff --git a/cpukit/score/cpu/nios2/ChangeLog b/cpukit/score/cpu/nios2/ChangeLog
index c7c346f012..5a8a807b19 100644
--- a/cpukit/score/cpu/nios2/ChangeLog
+++ b/cpukit/score/cpu/nios2/ChangeLog
@@ -1,5 +1,9 @@
2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * cpu_asm.S: Eliminate extern of unused variables.
+
+2009-03-02 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* cpu.c: Remove stray semi-colon.
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/cpukit/score/cpu/nios2/cpu_asm.S b/cpukit/score/cpu/nios2/cpu_asm.S
index 2244430703..2ea697e7aa 100644
--- a/cpukit/score/cpu/nios2/cpu_asm.S
+++ b/cpukit/score/cpu/nios2/cpu_asm.S
@@ -20,12 +20,6 @@
.set noat
- .extern _ISR_Nest_level
- .extern _ISR_Signals_to_thread_executing
- .extern _Context_Switch_necessary
- .extern _Thread_Dispatch
- .extern _Thread_Dispatch_disable_level
-
/* ===================================================================== */
/*