Rev 1201 | Rev 1287 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1201 | Rev 1203 | ||
---|---|---|---|
Line 56... | Line 56... | ||
56 | #define DPL_USER (PL_USER<<5) |
56 | #define DPL_USER (PL_USER<<5) |
57 | 57 | ||
58 | #define TSS_BASIC_SIZE 104 |
58 | #define TSS_BASIC_SIZE 104 |
59 | #define TSS_IOMAP_SIZE (16*1024+1) /* 16K for bitmap + 1 terminating byte for convenience */ |
59 | #define TSS_IOMAP_SIZE (16*1024+1) /* 16K for bitmap + 1 terminating byte for convenience */ |
60 | 60 | ||
- | 61 | #define IO_PORTS (64*1024) |
|
- | 62 | ||
61 | #ifndef __ASM__ |
63 | #ifndef __ASM__ |
62 | 64 | ||
63 | #include <arch/types.h> |
65 | #include <arch/types.h> |
64 | #include <typedefs.h> |
66 | #include <typedefs.h> |
65 | #include <arch/context.h> |
67 | #include <arch/context.h> |