Subversion Repositories HelenOS-historic

Rev

Rev 162 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 162 Rev 167
Line 26... Line 26...
26
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27
#
27
#
28
 
28
 
29
.text
29
.text
30
 
30
 
-
 
31
.global memcopy
31
.global cpu_priority_high
32
.global cpu_priority_high
32
.global cpu_priority_low
33
.global cpu_priority_low
33
.global cpu_priority_read
34
.global cpu_priority_read
34
.global cpu_priority_restore
35
.global cpu_priority_restore
35
.global memsetb
36
.global memsetb
Line 48... Line 49...
48
.global arch_late_init
49
.global arch_late_init
49
.global calibrate_delay_loop
50
.global calibrate_delay_loop
50
.global asm_delay_loop
51
.global asm_delay_loop
51
.global dummy
52
.global dummy
52
 
53
 
-
 
54
memcopy:
53
cpu_priority_high:
55
cpu_priority_high:
54
cpu_priority_low:
56
cpu_priority_low:
55
cpu_priority_restore:
57
cpu_priority_restore:
56
cpu_priority_read:
58
cpu_priority_read:
57
memsetb:
59
memsetb: