Subversion Repositories HelenOS-historic

Rev

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

Rev 205 Rev 210
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 memcpy
-
 
32
.global cpu_priority_read
31
.global asm_delay_loop
33
.global memsetb
-
 
34
.global userspace
32
.global userspace
35
.global before_thread_runs_arch
33
.global before_thread_runs_arch
36
.global cpu_sleep
-
 
37
.global cpu_identify
-
 
38
.global cpu_arch_init
-
 
39
.global cpu_print_report
-
 
40
.global arch_pre_mm_init
-
 
41
.global arch_post_mm_init
-
 
42
.global arch_late_init
-
 
43
.global calibrate_delay_loop
-
 
44
.global asm_delay_loop
-
 
45
.global dummy
34
.global dummy
46
 
35
 
47
memcpy:
-
 
48
cpu_priority_read:
-
 
49
memsetb:
-
 
50
before_thread_runs_arch:
36
before_thread_runs_arch:
51
userspace:
37
userspace:
52
calibrate_delay_loop:
-
 
53
asm_delay_loop:
38
asm_delay_loop:
54
cpu_identify:
-
 
55
cpu_arch_init:
-
 
56
cpu_print_report:
-
 
57
arch_pre_mm_init:
-
 
58
arch_post_mm_init:
-
 
59
arch_late_init:
-
 
60
calibrate_delay_loop:
-
 
61
 
39
 
62
dummy:
40
dummy:
63
0:
41
0:
64
	b 0b
42
	b 0b