Subversion Repositories HelenOS-historic

Rev

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

Rev 1 Rev 5
Line 54... Line 54...
54
        i8042_init();   /* a20 bit */
54
        i8042_init();   /* a20 bit */
55
        i8259_init();   /* PIC */
55
        i8259_init();   /* PIC */
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
       
-
 
60
        #ifdef __SMP__
-
 
61
        trap_register(VECTOR_TLB_SHUTDOWN, tlb_shutdown_ipi);
-
 
62
        #endif /* __SMP__ */
59
    }
63
    }
60
}
64
}
61
 
65
 
62
void calibrate_delay_loop(void)
66
void calibrate_delay_loop(void)
63
{
67
{