Rev 2089 | Rev 2439 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2089 | Rev 2107 | ||
|---|---|---|---|
| Line 116... | Line 116... | ||
| 116 | void arch_pre_smp_init(void) |
116 | void arch_pre_smp_init(void) |
| 117 | { |
117 | { |
| 118 | if (config.cpu_active == 1) { |
118 | if (config.cpu_active == 1) { |
| 119 | memory_print_map(); |
119 | memory_print_map(); |
| 120 | 120 | ||
| 121 | #ifdef CONFIG_SMP |
121 | #ifdef CONFIG_SMP |
| 122 | acpi_init(); |
122 | acpi_init(); |
| 123 | #endif /* CONFIG_SMP */ |
123 | #endif /* CONFIG_SMP */ |
| 124 | } |
124 | } |
| 125 | } |
125 | } |
| 126 | 126 | ||
| 127 | void arch_post_smp_init(void) |
127 | void arch_post_smp_init(void) |
| 128 | { |
128 | { |