diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h index bff037aba034..ff8d8b1f15d1 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 {