-typedef struct cpu_desc_table {
- struct fake_descriptor idt[IDTSZ] __attribute__ ((aligned (16)));
- struct fake_descriptor gdt[GDTSZ] __attribute__ ((aligned (16)));
- struct i386_tss ktss __attribute__ ((aligned (16)));
- struct sysenter_stack sstk;
-} cpu_desc_table_t;
-