diff options
Diffstat (limited to 'sys/i386/include/proc.h')
-rw-r--r-- | sys/i386/include/proc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h index 86e8602..14f03b7 100644 --- a/sys/i386/include/proc.h +++ b/sys/i386/include/proc.h @@ -51,6 +51,7 @@ struct proc_ldt { struct mdthread { int md_spinlock_count; /* (k) */ register_t md_saved_flags; /* (k) */ + register_t md_spurflt_addr; /* (k) Spurious page fault address. */ }; struct mdproc { |