Rev 1398 | Rev 1702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1398 | Rev 1399 | ||
|---|---|---|---|
| Line 136... | Line 136... | ||
| 136 | 136 | ||
| 137 | static inline void cpu_sleep(void) |
137 | static inline void cpu_sleep(void) |
| 138 | { |
138 | { |
| 139 | } |
139 | } |
| 140 | 140 | ||
| 141 | void cpu_halt(void); |
141 | static inline void cpu_halt(void) |
| - | 142 | { |
|
| - | 143 | asm volatile ( |
|
| - | 144 | "b 0\n" |
|
| - | 145 | ); |
|
| - | 146 | } |
|
| - | 147 | ||
| 142 | void asm_delay_loop(__u32 t); |
148 | void asm_delay_loop(__u32 t); |
| 143 | 149 | ||
| 144 | extern void userspace_asm(__address uspace_uarg, __address stack, __address entry); |
150 | extern void userspace_asm(__address uspace_uarg, __address stack, __address entry); |
| 145 | 151 | ||
| 146 | #endif |
152 | #endif |