Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 125 → Rev 124

/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;
};