Subversion Repositories HelenOS

Rev

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

Rev 444 Rev 445
Line 42... Line 42...
42
    cr_ivr_t ivr;
42
    cr_ivr_t ivr;
43
   
43
   
44
    ivr.value = ivr_read();
44
    ivr.value = ivr_read();
45
    srlz_d();
45
    srlz_d();
46
 
46
 
47
/*  printf("Interrupr\n");
-
 
48
*/ 
-
 
49
    switch(ivr.vector) {
47
    switch(ivr.vector) {
50
        case INTERRUPT_TIMER:
48
        case INTERRUPT_TIMER:
51
        it_interrupt();
49
        it_interrupt();
52
            break;
50
            break;
53
        case INTERRUPT_SPURIOUS:
51
        case INTERRUPT_SPURIOUS: