Subversion Repositories HelenOS-historic

Rev

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

Rev 421 Rev 424
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 arch_late_init
-
 
32
.global arch_post_mm_init
-
 
33
.global arch_pre_mm_init
-
 
34
.global asm_delay_loop
31
.global asm_delay_loop
35
.global before_thread_runs_arch
32
.global before_thread_runs_arch
36
.global calibrate_delay_loop
-
 
37
.global context_restore_arch
33
.global context_restore_arch
38
.global context_save_arch
34
.global context_save_arch
39
.global cpu_arch_init
35
.global cpu_arch_init
40
.global cpu_halt
36
.global cpu_halt
41
.global cpu_identify
37
.global cpu_identify
Line 57... Line 53...
57
.global panic_printf
53
.global panic_printf
58
.global userspace
54
.global userspace
59
 
55
 
60
.global dummy
56
.global dummy
61
 
57
 
62
arch_late_init:
-
 
63
arch_post_mm_init:
-
 
64
arch_pre_mm_init:
-
 
65
asm_delay_loop:
58
asm_delay_loop:
66
before_thread_runs_arch:
59
before_thread_runs_arch:
67
calibrate_delay_loop:
-
 
68
context_restore_arch:
60
context_restore_arch:
69
context_save_arch:
61
context_save_arch:
70
cpu_arch_init:
62
cpu_arch_init:
71
cpu_halt:
63
cpu_halt:
72
cpu_identify:
64
cpu_identify: