diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-05-23 15:39:44 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-05-23 15:39:44 +0000 |
commit | b9a20684fa94a5082c8e1df0b6f92099a2f7cb63 (patch) | |
tree | 2c294e86cb25040534874fcc47bbe586834444e4 /sys/arch/amd64/conf | |
parent | ec06591daee36ad84ce8648b1a9ef8ed3b785995 (diff) |
- remove USER_LDT, it was never in a state where it would copile, nor will
we support i386-compat mode on amd64.
agreed by beck@, dlg@, kettenis@
ok deraadt@, tom@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index bee69462583..e2de92acf80 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.229 2008/05/23 14:04:18 brad Exp $ +# $OpenBSD: GENERIC,v 1.230 2008/05/23 15:39:43 jasper Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -16,7 +16,6 @@ maxusers 80 # estimated number of users option USER_PCICONF # user-space PCI configuration #option VM86 # Virtual 8086 emulation -#option USER_LDT # user-settable LDT; see amd64_set_ldt(2) option APERTURE # in-kernel aperture driver for XFree86 #option MTRR # CPU memory range attributes control |