Subversion Repositories HelenOS-historic

Rev

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

Rev 5 Rev 6
Line 56... Line 56...
56
        i8254_init();   /* hard clock */
56
        i8254_init();   /* hard clock */
57
       
57
       
58
        trap_register(VECTOR_SYSCALL, syscall);
58
        trap_register(VECTOR_SYSCALL, syscall);
59
       
59
       
60
        #ifdef __SMP__
60
        #ifdef __SMP__
61
        trap_register(VECTOR_TLB_SHUTDOWN, tlb_shutdown_ipi);
61
        trap_register(VECTOR_TLB_SHOOTDOWN, tlb_shootdown_ipi);
62
        #endif /* __SMP__ */
62
        #endif /* __SMP__ */
63
    }
63
    }
64
}
64
}
65
 
65
 
66
void calibrate_delay_loop(void)
66
void calibrate_delay_loop(void)