diff options
Diffstat (limited to 'sys/amd64/include/proc.h')
-rw-r--r-- | sys/amd64/include/proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h index d7d5ef7..f011b5c 100644 --- a/sys/amd64/include/proc.h +++ b/sys/amd64/include/proc.h @@ -51,7 +51,6 @@ struct proc_ldt { * Machine-dependent part of the proc structure for i386. */ struct mdthread { - register_t md_savecrit; }; struct mdproc { |