Subversion Repositories HelenOS

Rev

Rev 2227 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2227 Rev 2723
Line 158... Line 158...
158
}
158
}
159
 
159
 
160
void arch_pre_smp_init(void)
160
void arch_pre_smp_init(void)
161
{
161
{
162
    if (config.cpu_active == 1) {
162
    if (config.cpu_active == 1) {
163
        memory_print_map();
-
 
164
       
-
 
165
#ifdef CONFIG_SMP
163
#ifdef CONFIG_SMP
166
        acpi_init();
164
        acpi_init();
167
#endif /* CONFIG_SMP */
165
#endif /* CONFIG_SMP */
168
    }
166
    }
169
}
167
}