Subversion Repositories HelenOS

Rev

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

Rev 3910 Rev 3913
Line 164... Line 164...
164
 
164
 
165
void arch_post_smp_init(void)
165
void arch_post_smp_init(void)
166
{
166
{
167
}
167
}
168
 
168
 
-
 
169
void calibrate_delay_loop(void)
-
 
170
{
-
 
171
}
-
 
172
 
169
void userspace(uspace_arg_t *kernel_uarg)
173
void userspace(uspace_arg_t *kernel_uarg)
170
{
174
{
171
    /* EXL = 1, UM = 1, IE = 1 */
175
    /* EXL = 1, UM = 1, IE = 1 */
172
    cp0_status_write(cp0_status_read() | (cp0_status_exl_exception_bit |
176
    cp0_status_write(cp0_status_read() | (cp0_status_exl_exception_bit |
173
        cp0_status_um_bit | cp0_status_ie_enabled_bit));
177
        cp0_status_um_bit | cp0_status_ie_enabled_bit));