summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/tss.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-17 23:25:28 +0000
committerwollman <wollman@FreeBSD.org>1993-11-17 23:25:28 +0000
commit029f1ccc6f8e22c6a3d5145a07ffd03751e41424 (patch)
treed5c25752f71f0292fb6d0c959c9c1fc7a9d47c56 /sys/amd64/include/tss.h
parent1ae9954219398f34492b32e935ff9626dee30323 (diff)
downloadFreeBSD-src-029f1ccc6f8e22c6a3d5145a07ffd03751e41424.zip
FreeBSD-src-029f1ccc6f8e22c6a3d5145a07ffd03751e41424.tar.gz
Fixed comments that start within a comment, so code compiles cleanly with
-Wcomment.
Diffstat (limited to 'sys/amd64/include/tss.h')
-rw-r--r--sys/amd64/include/tss.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/include/tss.h b/sys/amd64/include/tss.h
index b0430de..1fada6e 100644
--- a/sys/amd64/include/tss.h
+++ b/sys/amd64/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 */
OpenPOWER on IntegriCloud