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