Changes in kernel/arch/amd64/include/pm.h [dc0b964:a13c6bc] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/amd64/include/pm.h
rdc0b964 ra13c6bc 75 75 #define AR_WRITABLE (1 << 1) 76 76 #define AR_READABLE (1 << 1) 77 #define AR_TSS (0x09 U)78 #define AR_INTERRUPT (0x0e U)79 #define AR_TRAP (0x0f U)77 #define AR_TSS (0x09) 78 #define AR_INTERRUPT (0x0e) 79 #define AR_TRAP (0x0f) 80 80 81 81 #define DPL_KERNEL (PL_KERNEL << 5)
Note:
See TracChangeset
for help on using the changeset viewer.