Subversion Repositories HelenOS-historic

Rev

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

Rev 32 Rev 34
Line 91... Line 91...
91
void arch_late_init()
91
void arch_late_init()
92
{
92
{
93
    if (config.cpu_active == 1) {
93
    if (config.cpu_active == 1) {
94
        #ifdef __SMP__
94
        #ifdef __SMP__
95
        acpi_init();
95
        acpi_init();
96
        mp_init();
-
 
97
        #endif /* __SMP__ */
96
        #endif /* __SMP__ */
98
    }
97
    }
99
}
98
}
100
 
99
 
101
void calibrate_delay_loop(void)
100
void calibrate_delay_loop(void)