Subversion Repositories HelenOS-historic

Rev

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

Rev 501 Rev 503
Line 30... Line 30...
30
 
30
 
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
-
 
36
.global cpu_sleep
35
.global cpu_sleep
37
.global dummy
36
.global dummy
38
.global fpu_enable
37
.global fpu_enable
39
.global fpu_disable
38
.global fpu_disable
40
.global fpu_init
39
.global fpu_init
41
 
40
 
42
before_thread_runs_arch:
41
before_thread_runs_arch:
43
userspace:
42
userspace:
44
calibrate_delay_loop:
43
calibrate_delay_loop:
45
asm_delay_loop:
44
asm_delay_loop:
46
arch_late_init:
-
 
47
cpu_sleep:
45
cpu_sleep:
48
fpu_init:
46
fpu_init:
49
fpu_enable:
47
fpu_enable:
50
fpu_disable:	
48
fpu_disable:	
51
 
49