Subversion Repositories HelenOS-historic

Rev

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

Rev 1477 Rev 1667
Line 118... Line 118...
118
    outb(0xa0,0x20);
118
    outb(0xa0,0x20);
119
}
119
}
120
 
120
 
121
void pic_spurious(int n, istate_t *istate)
121
void pic_spurious(int n, istate_t *istate)
122
{
122
{
-
 
123
#ifdef CONFIG_DEBUG
123
    printf("cpu%d: PIC spurious interrupt\n", CPU->id);
124
    printf("cpu%d: PIC spurious interrupt\n", CPU->id);
-
 
125
#endif
124
}
126
}