Subversion Repositories HelenOS-historic

Rev

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

Rev 15 Rev 28
Line 84... Line 84...
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
        cpu_print_report(&cpus[i]);
90
            cpu_print_report(&cpus[i]);
90
 
91
 
91
#ifdef __SMP__
92
#ifdef __SMP__
92
    if (config.cpu_count > 1) {
93
    if (config.cpu_count > 1) {
93
            /*
94
            /*
94
         * For each CPU, create its load balancing thread.
95
         * For each CPU, create its load balancing thread.