Rev 3593 | Rev 3742 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3593 | Rev 3607 | ||
|---|---|---|---|
| Line 297... | Line 297... | ||
| 297 | * Assuming interrupts_disable()'d. |
297 | * Assuming interrupts_disable()'d. |
| 298 | * |
298 | * |
| 299 | */ |
299 | */ |
| 300 | void main_ap(void) |
300 | void main_ap(void) |
| 301 | { |
301 | { |
| 302 | asm volatile ("sethi 0x40543, %g0"); |
- | |
| 303 | /* |
302 | /* |
| 304 | * Incrementing the active CPU counter will guarantee that the |
303 | * Incrementing the active CPU counter will guarantee that the |
| 305 | * *_init() functions can find out that they need to |
304 | * *_init() functions can find out that they need to |
| 306 | * do initialization for AP only. |
305 | * do initialization for AP only. |
| 307 | */ |
306 | */ |