Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 124 → Rev 125

/SPARTAN/trunk/arch/ia32/include/cpu.h
42,10 → 42,10
#endif
 
struct cpu_arch {
int vendor;
int family;
int model;
int stepping;
int vendor;
int family;
int model;
int stepping;
struct tss *tss;
};