summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 20:36:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 20:36:01 +0000
commit443f26d200bc725a61daa4b28b09e4c46023a882 (patch)
tree3b8b4a54892301982e455bb77c80789f61ebb550
parent2000-09-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-443f26d200bc725a61daa4b28b09e4c46023a882.tar.bz2
2000-09-22 Joel Sherrill <joel@OARcorp.com>
* clock/clock.S: Commented out non-GNU assembly.
-rw-r--r--c/src/lib/libcpu/a29k/ChangeLog4
-rw-r--r--c/src/lib/libcpu/a29k/clock/clock.S10
2 files changed, 14 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/a29k/ChangeLog b/c/src/lib/libcpu/a29k/ChangeLog
index c3ba764344..4c0211c288 100644
--- a/c/src/lib/libcpu/a29k/ChangeLog
+++ b/c/src/lib/libcpu/a29k/ChangeLog
@@ -1,3 +1,7 @@
+2000-09-22 Joel Sherrill <joel@OARcorp.com>
+
+ * clock/clock.S: Commented out non-GNU assembly.
+
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am, timer/Makefile.am: Include compile.am
diff --git a/c/src/lib/libcpu/a29k/clock/clock.S b/c/src/lib/libcpu/a29k/clock/clock.S
index b69e8566cf..a8fa2f8446 100644
--- a/c/src/lib/libcpu/a29k/clock/clock.S
+++ b/c/src/lib/libcpu/a29k/clock/clock.S
@@ -1,4 +1,5 @@
;
+#if 0
; .include "register.ah"
.include "amd.ah"
.include "pswmacro.ah"
@@ -52,9 +53,11 @@ timer_disable_sup:
andn it0,it1,it0
mtsr ops,it0
iret
+#endif
.global _a29k_init_timer
_a29k_init_timer:
+#if 0
push msp,lr0
const lr2,INIT_TIMER
consth lr2,INIT_TIMER
@@ -96,21 +99,28 @@ _a29k_init_timer:
pop lr0,msp
jmpi lr0
nop
+#endif
.global _a29k_clear_timer
_a29k_clear_timer:
+#if 0
; asneq CLEAR_TIMER,gr1,gr1
jmpi lr0
nop
+#endif
.global _a29k_disable_timer
_a29k_disable_timer:
+#if 0
asneq DISABLE_TIMER,gr1,gr1
jmpi lr0
nop
+#endif
.global _a29k_get_timer
_a29k_get_timer:
+#if 0
asneq GET_TIMER,gr1,gr1
jmpi lr0
nop
+#endif