diff options
author | Garrett Wollman <wollman@FreeBSD.org> | 1993-11-17 23:25:28 +0000 |
---|---|---|
committer | Garrett Wollman <wollman@FreeBSD.org> | 1993-11-17 23:25:28 +0000 |
commit | 35089dd4156b4aca553c9dadd76732702250f7b4 (patch) | |
tree | d5c25752f71f0292fb6d0c959c9c1fc7a9d47c56 /sys/i386/include/tss.h | |
parent | e13cc161a1dc945a2d758585c711b2d24b0e3094 (diff) |
Fixed comments that start within a comment, so code compiles cleanly with
-Wcomment.
Notes
Notes:
svn path=/head/; revision=778
Diffstat (limited to 'sys/i386/include/tss.h')
-rw-r--r-- | sys/i386/include/tss.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/include/tss.h b/sys/i386/include/tss.h index b0430def66d2..1fada6e7145b 100644 --- a/sys/i386/include/tss.h +++ b/sys/i386/include/tss.h @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)tss.h 5.4 (Berkeley) 1/18/91 - * $Id: tss.h,v 1.2 1993/10/16 14:39:38 rgrimes Exp $ + * $Id: tss.h,v 1.3 1993/11/07 17:43:16 wollman Exp $ */ #ifndef _MACHINE_TSS_H_ @@ -53,7 +53,6 @@ struct i386tss { int tss_ss1; /* actually 16 bits: top 16 bits must be zero */ int tss_esp2; /* kernel stack pointer priviledge level 2 */ int tss_ss2; /* actually 16 bits: top 16 bits must be zero */ - /* struct ptd *tss_cr3; /* page table directory */ int tss_cr3; /* page table directory */ #define tss_ptd tss_cr3 int tss_eip; /* program counter */ |