Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 1201 → Rev 1200

/kernel/trunk/arch/ia32/include/pm.h
56,7 → 56,6
#define DPL_USER (PL_USER<<5)
 
#define TSS_BASIC_SIZE 104
#define TSS_IOMAP_SIZE (16*1024+1) /* 16K for bitmap + 1 terminating byte for convenience */
 
#ifndef __ASM__
 
132,7 → 131,7
unsigned : 16;
unsigned : 16;
__u16 iomap_base;
__u8 iomap[TSS_IOMAP_SIZE];
__u8 iomap[0x10000+1]; /* 64K + 1 terminating byte */
} __attribute__ ((packed));
typedef struct tss tss_t;