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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/i386/i386/thread.h b/i386/i386/thread.h
index eddd25c2..35a28025 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 <mach/machine/thread_status.h>
#include <kern/lock.h>
@@ -168,6 +169,7 @@ struct i386_machine_state {
struct i386_fpsave_state *ifps;
struct v86_assist_state v86s;
struct real_descriptor user_gdt[USER_GDT_SLOTS];
+ struct i386_debug_state ids;
};
typedef struct pcb {
@@ -177,7 +179,7 @@ typedef struct pcb {
decl_simple_lock_data(, lock)
#ifdef LINUX_DEV
void *data;
-#endif
+#endif /* LINUX_DEV */
} *pcb_t;
/*