Changeset dd4d6b0 in mainline for arch/amd64/src/pm.c
- Timestamp:
- 2006-02-06T23:47:47Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 37b451f7
- Parents:
- 40ca402
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/amd64/src/pm.c
r40ca402 rdd4d6b0 72 72 .granularity = 1, 73 73 .base_24_31 = 0 }, 74 /* UDATA descriptor */ 75 { .limit_0_15 = 0xffff, 76 .base_0_15 = 0, 77 .base_16_23 = 0, 78 .access = AR_PRESENT | AR_DATA | AR_WRITABLE | DPL_USER, 79 .limit_16_19 = 0xf, 80 .available = 0, 81 .longmode = 0, 82 .special = 1, 83 .granularity = 1, 84 .base_24_31 = 0 }, 74 85 /* UTEXT descriptor */ 75 86 { .limit_0_15 = 0xffff, … … 81 92 .longmode = 1, 82 93 .special = 0, 83 .granularity = 1,84 .base_24_31 = 0 },85 /* UDATA descriptor */86 { .limit_0_15 = 0xffff,87 .base_0_15 = 0,88 .base_16_23 = 0,89 .access = AR_PRESENT | AR_DATA | AR_WRITABLE | DPL_USER,90 .limit_16_19 = 0xf,91 .available = 0,92 .longmode = 0,93 .special = 1,94 94 .granularity = 1, 95 95 .base_24_31 = 0 },
Note:
See TracChangeset
for help on using the changeset viewer.