diff options
author | Jeff Roberson <jeff@FreeBSD.org> | 2008-03-12 10:12:01 +0000 |
---|---|---|
committer | Jeff Roberson <jeff@FreeBSD.org> | 2008-03-12 10:12:01 +0000 |
commit | 6617724c5fb1fc40eecc58f541ffbdcd005ba5c8 (patch) | |
tree | c3fbc6ec97828161d5fc648204b80efb7998da35 /sys/conf | |
parent | 7f77f84497e3308499a60bd662a04ea588a7c322 (diff) |
Remove kernel support for M:N threading.
While the KSE project was quite successful in bringing threading to
FreeBSD, the M:N approach taken by the kse library was never developed
to its full potential. Backwards compatibility will be provided via
libmap.conf for dynamically linked binaries and static binaries will
be broken.
Notes
Notes:
svn path=/head/; revision=177091
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 1 | ||||
-rw-r--r-- | sys/conf/options | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 41af3db5ea84..2e47b3399844 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1459,7 +1459,6 @@ kern/kern_fork.c standard kern/kern_idle.c standard kern/kern_intr.c standard kern/kern_jail.c standard -kern/kern_kse.c standard kern/kern_kthread.c standard kern/kern_ktr.c optional ktr kern/kern_ktrace.c standard diff --git a/sys/conf/options b/sys/conf/options index 2525f297191d..97fb06c1cd13 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -104,7 +104,6 @@ GEOM_UZIP opt_geom.h GEOM_VIRSTOR opt_geom.h GEOM_VOL opt_geom.h GEOM_ZERO opt_geom.h -KSE opt_global.h KSTACK_MAX_PAGES KSTACK_PAGES KTRACE |