Subversion Repositories HelenOS-historic

Rev

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

Rev 432 Rev 476
Line 31... Line 31...
31
.global calibrate_delay_loop
31
.global calibrate_delay_loop
32
.global asm_delay_loop
32
.global asm_delay_loop
33
.global userspace
33
.global userspace
34
.global before_thread_runs_arch
34
.global before_thread_runs_arch
35
.global arch_late_init
35
.global arch_late_init
36
.global cpu_identify
-
 
37
.global cpu_print_report
-
 
38
.global cpu_sleep
36
.global cpu_sleep
39
.global dummy
37
.global dummy
40
.global fpu_enable
38
.global fpu_enable
41
.global fpu_disable
39
.global fpu_disable
42
.global fpu_init
40
.global fpu_init
Line 44... Line 42...
44
before_thread_runs_arch:
42
before_thread_runs_arch:
45
userspace:
43
userspace:
46
calibrate_delay_loop:
44
calibrate_delay_loop:
47
asm_delay_loop:
45
asm_delay_loop:
48
arch_late_init:
46
arch_late_init:
49
cpu_identify:
-
 
50
cpu_print_report:
-
 
51
cpu_sleep:
47
cpu_sleep:
52
fpu_init:
48
fpu_init:
53
fpu_enable:
49
fpu_enable:
54
fpu_disable:	
50
fpu_disable:	
55
 
51