Changeset e8194664 in mainline for arch/ia32/include/pm.h
- Timestamp:
- 2006-05-05T15:09:40Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f58af46
- Parents:
- 4c89b09
- File:
-
- 1 edited
-
arch/ia32/include/pm.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/include/pm.h
r4c89b09 re8194664 31 31 32 32 #define IDT_ITEMS 64 33 #define GDT_ITEMS 833 #define GDT_ITEMS 7 34 34 35 35 #define VESA_INIT_SEGMENT 0x8000 … … 42 42 #define TSS_DES 5 43 43 #define TLS_DES 6 /* Pointer to Thread-Local-Storage data */ 44 45 #ifdef CONFIG_FB 46 47 #define VESA_INIT_SEGMENT 0x8000 44 48 #define VESA_INIT_DES 7 49 #undef GDT_ITEMS 50 #define GDT_ITEMS 8 51 52 #endif /* CONFIG_FB */ 53 45 54 46 55 #define selector(des) ((des)<<3)
Note:
See TracChangeset
for help on using the changeset viewer.
