summaryrefslogtreecommitdiffstats
path: root/sys/amd64
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
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')
-rw-r--r--sys/amd64/amd64/machdep.c4
-rw-r--r--sys/amd64/include/frame.h4
-rw-r--r--sys/amd64/include/tss.h3
3 files changed, 5 insertions, 6 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index ae1271f..193a9c9 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.16 1993/11/13 02:25:02 davidg Exp $
+ * $Id: machdep.c,v 1.17 1993/11/16 09:54:47 davidg Exp $
*/
#include "npx.h"
@@ -813,7 +813,7 @@ unsigned char ldt[5][DESCRIPTOR_SIZE];
#define LUCODE_SEL 3
#define LUDATA_SEL 4
/* seperate stack, es,fs,gs sels ? */
-/* #define LPOSIXCALLS_SEL 5 /* notyet */
+/* #define LPOSIXCALLS_SEL 5*/ /* notyet */
struct i386tss tss, panic_tss;
diff --git a/sys/amd64/include/frame.h b/sys/amd64/include/frame.h
index 71701d6..a591f53 100644
--- a/sys/amd64/include/frame.h
+++ b/sys/amd64/include/frame.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)frame.h 5.2 (Berkeley) 1/18/91
- * $Id: frame.h,v 1.2 1993/10/08 20:50:59 rgrimes Exp $
+ * $Id: frame.h,v 1.3 1993/11/07 17:42:56 wollman Exp $
*/
#ifndef _MACHINE_FRAME_H_
@@ -127,7 +127,7 @@ struct syscframe {
int sf_eax;
int sf_eflags;
/* below portion defined in 386 hardware */
-/* int sf_args[N]; /* if call gate copy args enabled!*/
+/* int sf_args[N];*/ /* if call gate copy args enabled!*/
int sf_eip;
int sf_cs;
/* below only when transitting rings (e.g. user to kernel) */
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