diff options
Diffstat (limited to 'sys/arch/i386/include/proc.h')
-rw-r--r-- | sys/arch/i386/include/proc.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/include/proc.h b/sys/arch/i386/include/proc.h index af5aafb0371..d4b433804ee 100644 --- a/sys/arch/i386/include/proc.h +++ b/sys/arch/i386/include/proc.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proc.h,v 1.9 2018/03/22 19:30:19 bluhm Exp $ */ +/* $OpenBSD: proc.h,v 1.10 2018/03/31 13:45:03 bluhm Exp $ */ /* $NetBSD: proc.h,v 1.10 1995/08/06 05:33:23 mycroft Exp $ */ /* @@ -38,7 +38,6 @@ struct mdproc { struct trapframe *md_regs; /* registers on current frame */ int md_flags; /* machine-dependent flags */ - int md_tss_sel; /* TSS selector */ int md_astpending; }; |