Subversion Repositories HelenOS-historic

Rev

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

Rev 75 Rev 125
Line 40... Line 40...
40
#else
40
#else
41
#define CPU_ID_ARCH (0)
41
#define CPU_ID_ARCH (0)
42
#endif
42
#endif
43
 
43
 
44
struct cpu_arch {
44
struct cpu_arch {
45
        int vendor;
45
    int vendor;
46
        int family;
46
    int family;
47
        int model;
47
    int model;
48
        int stepping;
48
    int stepping;
49
    struct tss *tss;
49
    struct tss *tss;
50
};
50
};
51
 
51
 
52
 
52
 
53
void set_TS_flag(void);
53
void set_TS_flag(void);