Subversion Repositories HelenOS-historic

Rev

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

Rev 58 Rev 75
Line 90... Line 90...
90
 
90
 
91
 
91
 
92
void cpu_arch_init(void)
92
void cpu_arch_init(void)
93
{
93
{
94
    CPU->arch.tss = tss_p;
94
    CPU->arch.tss = tss_p;
95
    CPU->arch.fpu_owner=NULL;
95
    CPU->fpu_owner=NULL;
96
}
96
}
97
 
97
 
98
 
98
 
99
void cpu_identify(void)
99
void cpu_identify(void)
100
{
100
{