Subversion Repositories HelenOS-historic

Rev

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

Rev 6 Rev 7
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_SHOOTDOWN, tlb_shootdown_ipi);
61
        trap_register(VECTOR_TLB_SHOOTDOWN_IPI, tlb_shootdown_ipi);
-
 
62
        trap_register(VECTOR_WAKEUP_IPI, wakeup_ipi);
62
        #endif /* __SMP__ */
63
        #endif /* __SMP__ */
63
    }
64
    }
64
}
65
}
65
 
66
 
66
void calibrate_delay_loop(void)
67
void calibrate_delay_loop(void)