Subversion Repositories HelenOS-historic

Rev

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

Rev 31 Rev 75
Line 64... Line 64...
64
 
64
 
65
    __u16 frequency_mhz;
65
    __u16 frequency_mhz;
66
    __u32 delay_loop_const;
66
    __u32 delay_loop_const;
67
 
67
 
68
    cpu_arch_t arch;
68
    cpu_arch_t arch;
-
 
69
 
-
 
70
    thread_t *fpu_owner;
69
   
71
   
70
    __u8 *stack;
72
    __u8 *stack;
71
};
73
};
72
 
74
 
73
/*
75
/*