Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2078 → Rev 2079

/trunk/kernel/arch/amd64/include/cpu.h
57,7 → 57,7
#include <typedefs.h>
#include <arch/pm.h>
 
struct cpu_arch {
typedef struct {
int vendor;
int family;
int model;
65,7 → 65,7
struct tss *tss;
count_t iomapver_copy; /** Copy of TASK's I/O Permission bitmap generation count. */
};
} cpu_arch_t;
 
struct star_msr {