Rev 2697 | Rev 2725 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2697 | Rev 2723 | ||
|---|---|---|---|
| Line 163... | Line 163... | ||
| 163 | } |
163 | } |
| 164 | 164 | ||
| 165 | void arch_pre_smp_init(void) |
165 | void arch_pre_smp_init(void) |
| 166 | { |
166 | { |
| 167 | if (config.cpu_active == 1) { |
167 | if (config.cpu_active == 1) { |
| 168 | memory_print_map(); |
- | |
| 169 | - | ||
| 170 | #ifdef CONFIG_SMP |
168 | #ifdef CONFIG_SMP |
| 171 | acpi_init(); |
169 | acpi_init(); |
| 172 | #endif /* CONFIG_SMP */ |
170 | #endif /* CONFIG_SMP */ |
| 173 | } |
171 | } |
| 174 | } |
172 | } |
| 175 | 173 | ||
| 176 | void arch_post_smp_init(void) |
174 | void arch_post_smp_init(void) |
| 177 | { |
175 | { |