diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1997-04-29 21:13:14 +0000 |
commit | 19c9bba94152148523ba0f7ef7cffe3d45656b11 (patch) | |
tree | 40b1cb534496a7f1ca0f5c314a523c69f1fee464 /include/asm-i386/ldt.h | |
parent | 7206675c40394c78a90e74812bbdbf8cf3cca1be (diff) |
Import of Linux/MIPS 2.1.36
Diffstat (limited to 'include/asm-i386/ldt.h')
-rw-r--r-- | include/asm-i386/ldt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-i386/ldt.h b/include/asm-i386/ldt.h index 84440bf54..55b75ca39 100644 --- a/include/asm-i386/ldt.h +++ b/include/asm-i386/ldt.h @@ -20,6 +20,7 @@ struct modify_ldt_ldt_s { unsigned int read_exec_only:1; unsigned int limit_in_pages:1; unsigned int seg_not_present:1; + unsigned int useable:1; }; #define MODIFY_LDT_CONTENTS_DATA 0 |