summaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-10-10 12:38:27 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-10-10 12:38:27 +0000
commit3acc17d7875b672ef44ac60addbb80a8a66ee9fe (patch)
tree91a92b4957108bc3ddbd1af957f74358a44d9b29 /sys/amd64
parent1bc5fcd00851d23952f8c7a1072d3a78e92592b0 (diff)
Notes
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/genassym.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c
index 21a3ab8e7d1c..4227b211fe87 100644
--- a/sys/amd64/amd64/genassym.c
+++ b/sys/amd64/amd64/genassym.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)genassym.c 5.11 (Berkeley) 5/10/91
- * $Id: genassym.c,v 1.48 1997/08/09 00:02:32 dyson Exp $
+ * $Id: genassym.c,v 1.49 1997/10/10 09:43:58 peter Exp $
*/
#include "opt_vm86.h"
@@ -189,7 +189,5 @@ main()
printf("#define\tBI_SYMTAB %p\n", &bootinfo->bi_symtab);
printf("#define\tBI_ESYMTAB %p\n", &bootinfo->bi_esymtab);
- printf("#define\tGPROC0_SEL %d\n", GPROC0_SEL);
-
return (0);
}