Subversion Repositories HelenOS

Rev

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

Rev 128 Rev 129
Line 49... Line 49...
49
 
49
 
50
void smp_init(void)
50
void smp_init(void)
51
{
51
{
52
    if (acpi_madt) {
52
    if (acpi_madt) {
53
        acpi_madt_parse();
53
        acpi_madt_parse();
-
 
54
        ops = &madt_config_operations;
54
    }
55
    }
55
    if (config.cpu_count == 1) {
56
    if (config.cpu_count == 1) {
56
        mps_init();
57
        mps_init();
57
        ops = &mps_config_operations;
58
        ops = &mps_config_operations;
58
    }
59
    }