Rev 897 | Rev 919 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 897 | Rev 901 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | .text |
29 | .text |
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 |
- | |
35 | .global after_thread_ran_arch |
- | |
36 | .global cpu_sleep |
34 | .global cpu_sleep |
37 | .global dummy |
35 | .global dummy |
38 | .global fpu_enable |
36 | .global fpu_enable |
39 | .global fpu_disable |
37 | .global fpu_disable |
40 | .global fpu_init |
38 | .global fpu_init |
41 | 39 | ||
42 | before_thread_runs_arch: |
- | |
43 | after_thread_ran_arch: |
- | |
44 | userspace: |
40 | userspace: |
45 | calibrate_delay_loop: |
41 | calibrate_delay_loop: |
46 | asm_delay_loop: |
42 | asm_delay_loop: |
47 | cpu_sleep: |
43 | cpu_sleep: |
48 | fpu_init: |
44 | fpu_init: |