Subversion Repositories HelenOS

Rev

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

Rev 3817 Rev 3862
Line 155... Line 155...
155
    }
155
    }
156
#endif /* CONFIG_KCONSOLE */
156
#endif /* CONFIG_KCONSOLE */
157
   
157
   
158
    interrupts_enable();
158
    interrupts_enable();
159
   
159
   
160
#if defined (SUN4U)
-
 
161
    /*
160
    /*
162
     * Create user tasks, load RAM disk images.
161
     * Create user tasks, load RAM disk images.
163
     */
162
     */
164
    count_t i;
163
    count_t i;
165
    program_t programs[CONFIG_INIT_TASKS];
164
    program_t programs[CONFIG_INIT_TASKS];
Line 213... Line 212...
213
            thread_sleep(1);
212
            thread_sleep(1);
214
            i++;
213
            i++;
215
        }
214
        }
216
    }
215
    }
217
#endif /* CONFIG_KCONSOLE */
216
#endif /* CONFIG_KCONSOLE */
218
#endif
-
 
219
}
217
}
220
 
218
 
221
/** @}
219
/** @}
222
 */
220
 */