Subversion Repositories HelenOS

Rev

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

Rev 2439 Rev 2723
Line 114... Line 114...
114
}
114
}
115
 
115
 
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();
-
 
120
       
-
 
121
#ifdef CONFIG_SMP
119
#ifdef CONFIG_SMP
122
        acpi_init();
120
        acpi_init();
123
#endif /* CONFIG_SMP */
121
#endif /* CONFIG_SMP */
124
    }
122
    }
125
}
123
}