Subversion Repositories HelenOS

Rev

Rev 2131 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2131 Rev 2307
Line 116... Line 116...
116
     */
116
     */
117
    cpu_list();
117
    cpu_list();
118
 
118
 
119
#ifdef CONFIG_SMP
119
#ifdef CONFIG_SMP
120
    if (config.cpu_count > 1) {
120
    if (config.cpu_count > 1) {
121
        unsigned int i;
121
        count_t i;
122
       
122
       
123
        /*
123
        /*
124
         * For each CPU, create its load balancing thread.
124
         * For each CPU, create its load balancing thread.
125
         */
125
         */
126
        for (i = 0; i < config.cpu_count; i++) {
126
        for (i = 0; i < config.cpu_count; i++) {