Subversion Repositories HelenOS-historic

Rev

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

Rev 195 Rev 206
Line 113... Line 113...
113
{
113
{
114
    outb(0x20,0x20);
114
    outb(0x20,0x20);
115
    outb(0xa0,0x20);
115
    outb(0xa0,0x20);
116
}
116
}
117
 
117
 
118
void pic_spurious(__u8 n, __u32 stack[])
118
void pic_spurious(__u8 n, __native stack[])
119
{
119
{
120
    printf("cpu%d: PIC spurious interrupt\n", CPU->id);
120
    printf("cpu%d: PIC spurious interrupt\n", CPU->id);
121
}
121
}