forked from Imagelibrary/rtems
2000-09-22 Joel Sherrill <joel@OARcorp.com>
* clock/clock.S: Commented out non-GNU assembly.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user