summaryrefslogtreecommitdiff
path: root/i386/i386/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/thread.h')
-rw-r--r--i386/i386/thread.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/i386/i386/thread.h b/i386/i386/thread.h
index c5ae3c51..f653eed5 100644
--- a/i386/i386/thread.h
+++ b/i386/i386/thread.h
@@ -36,6 +36,7 @@
#include <mach/boolean.h>
#include <mach/machine/vm_types.h>
#include <mach/machine/fp_reg.h>
+#include "gdt.h"
#include <kern/lock.h>
@@ -130,7 +131,7 @@ struct i386_machine_state {
struct user_ldt * ldt;
struct i386_fpsave_state *ifps;
struct v86_assist_state v86s;
- natural_t user_thread_register;
+ struct x86_desc user_gdt[USER_GDT_SLOTS];
};
typedef struct pcb {