Rev 4070 | Rev 4220 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4070 | Rev 4076 | ||
|---|---|---|---|
| Line 99... | Line 99... | ||
| 99 | { |
99 | { |
| 100 | } |
100 | } |
| 101 | 101 | ||
| 102 | void arch_post_smp_init(void) |
102 | void arch_post_smp_init(void) |
| 103 | { |
103 | { |
| 104 | if (config.cpu_active == 1) { |
- | |
| 105 | standalone_sparc64_console_init(); |
104 | standalone_sparc64_console_init(); |
| 106 | } |
- | |
| 107 | } |
105 | } |
| 108 | 106 | ||
| 109 | /** Calibrate delay loop. |
107 | /** Calibrate delay loop. |
| 110 | * |
108 | * |
| 111 | * On sparc64, we implement delay() by waiting for the TICK register to |
109 | * On sparc64, we implement delay() by waiting for the TICK register to |