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 15
Line 52... Line 52...
52
{
52
{
53
    __u8 x;
53
    __u8 x;
54
 
54
 
55
    trap_virtual_eoi();
55
    trap_virtual_eoi();
56
    x = inb(0x60);
56
    x = inb(0x60);
57
    printf("%d", the->cpu->id);;
57
    printf("%d", CPU->id);;
58
}
58
}