summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-07-29 07:10:35 +0000
committermsmith <msmith@FreeBSD.org>1999-07-29 07:10:35 +0000
commit9eb6a913ca4c455c8679bbbea8a0fd44b4af016b (patch)
tree0baf6ec7d9548355b0790de4da95df62f5567856 /sys/amd64
parent2b81d6a6ed8ce2d7a9addd9920289b836b5a825d (diff)
downloadFreeBSD-src-9eb6a913ca4c455c8679bbbea8a0fd44b4af016b.zip
FreeBSD-src-9eb6a913ca4c455c8679bbbea8a0fd44b4af016b.tar.gz
Remove some duplicate definitions, as suggested by Alan Cox.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/genassym.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/amd64/genassym.c b/sys/amd64/amd64/genassym.c
index dc5a18d..4e53d47 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.72 1999/07/06 07:13:32 cracauer Exp $
+ * $Id: genassym.c,v 1.73 1999/07/09 04:15:39 jlemon Exp $
*/
#include "opt_user_ldt.h"
@@ -232,6 +232,8 @@ main()
#ifdef SMP
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