Subversion Repositories HelenOS-historic

Rev

Rev 1731 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1731 Rev 1780
Line 122... Line 122...
122
}
122
}
123
 
123
 
124
void cpu_arch_init(void)
124
void cpu_arch_init(void)
125
{
125
{
126
    CPU->arch.tss = tss_p;
126
    CPU->arch.tss = tss_p;
127
    CPU->arch.tss->iomap_base = &CPU->arch.tss->iomap[0] - ((__u8 *) CPU->arch.tss);
127
    CPU->arch.tss->iomap_base = &CPU->arch.tss->iomap[0] - ((uint8_t *) CPU->arch.tss);
128
    CPU->fpu_owner = NULL;
128
    CPU->fpu_owner = NULL;
129
}
129
}
130
 
130
 
131
void cpu_identify(void)
131
void cpu_identify(void)
132
{
132
{