summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i386/include/proc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h
index bff037a..ff8d8b1 100644
--- a/sys/i386/include/proc.h
+++ b/sys/i386/include/proc.h
@@ -51,9 +51,7 @@ struct proc_ldt {
* Machine-dependent part of the proc structure for i386.
*/
struct mdthread {
-#ifdef lint
- int dummy;
-#endif
+ register_t md_savecrit;
};
struct mdproc {
OpenPOWER on IntegriCloud