Subversion Repositories HelenOS-historic

Rev

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

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