Subversion Repositories HelenOS-historic

Rev

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

Rev 28 Rev 32
Line 83... Line 83...
83
    }
83
    }
84
#endif /* __SMP__ */
84
#endif /* __SMP__ */
85
    /*
85
    /*
86
     * Now that all CPUs are up, we can report what we've found.
86
     * Now that all CPUs are up, we can report what we've found.
87
     */
87
     */
88
    for (i = 0; i < config.cpu_count; i++)
88
    for (i = 0; i < config.cpu_count; i++) {
89
        if (cpus[i].active)
89
        if (cpus[i].active)
90
            cpu_print_report(&cpus[i]);
90
            cpu_print_report(&cpus[i]);
-
 
91
        else
-
 
92
            printf("cpu%d: not active\n", i);
-
 
93
    }
91
 
94
 
92
#ifdef __SMP__
95
#ifdef __SMP__
93
    if (config.cpu_count > 1) {
96
    if (config.cpu_count > 1) {
94
            /*
97
            /*
95
         * For each CPU, create its load balancing thread.
98
         * For each CPU, create its load balancing thread.