summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-07-29 08:33:00 +0000
committerpeter <peter@FreeBSD.org>1999-07-29 08:33:00 +0000
commite4a8f9d4dac4c656c9ca45bc47f036855a14d08d (patch)
treef25e152c85fecb9b5f019c631bad0c82c409b767 /sys/amd64
parente0dd4f4f32db800163a46ddf317dc7eafdf52d66 (diff)
downloadFreeBSD-src-e4a8f9d4dac4c656c9ca45bc47f036855a14d08d.zip
FreeBSD-src-e4a8f9d4dac4c656c9ca45bc47f036855a14d08d.tar.gz
GBIOSSTACK_SEL is undefined, but OTOH, BSSSEL apparently isn't used either.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/genassym.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c
index 4e53d47..d541e7a 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.73 1999/07/09 04:15:39 jlemon Exp $
+ * $Id: genassym.c,v 1.74 1999/07/29 07:10:35 msmith Exp $
*/
#include "opt_user_ldt.h"
@@ -233,7 +233,6 @@ main()
printf("#define\tKPSEL %#x\n", GSEL(GPRIV_SEL, SEL_KPL));
#endif
printf("#define\tBC32SEL %#x\n", GSEL(GBIOSCODE32_SEL, SEL_KPL));
- printf("#define\tBSSSEL %#x\n", GSEL(GBIOSSTACK_SEL, SEL_KPL));
printf("#define\tGPROC0_SEL %#x\n", GPROC0_SEL);
printf("#define\tVM86_FRAMESIZE %#x\n", sizeof(struct vm86frame));
OpenPOWER on IntegriCloud