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