aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/ibcs2
diff options
context:
space:
mode:
authorJeff Roberson <jeff@FreeBSD.org>2008-03-12 10:12:01 +0000
committerJeff Roberson <jeff@FreeBSD.org>2008-03-12 10:12:01 +0000
commit6617724c5fb1fc40eecc58f541ffbdcd005ba5c8 (patch)
treec3fbc6ec97828161d5fc648204b80efb7998da35 /sys/i386/ibcs2
parent7f77f84497e3308499a60bd662a04ea588a7c322 (diff)
downloadsrc-6617724c5fb1fc40eecc58f541ffbdcd005ba5c8.tar.gz
src-6617724c5fb1fc40eecc58f541ffbdcd005ba5c8.zip
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/i386/ibcs2')
-rw-r--r--sys/i386/ibcs2/imgact_coff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/ibcs2/imgact_coff.c b/sys/i386/ibcs2/imgact_coff.c
index 348820cff693..5c08e0d623ed 100644
--- a/sys/i386/ibcs2/imgact_coff.c
+++ b/sys/i386/ibcs2/imgact_coff.c
@@ -405,7 +405,7 @@ exec_coff_imgact(imgp)
DPRINTF(("%s(%d): shared library %s\n",
__FILE__, __LINE__, libname));
strlcpy(&libbuf[emul_path_len], libname, MAXPATHLEN);
-/* XXXKSE only 1:1 in coff */ error = coff_load_file(
+ error = coff_load_file(
FIRST_THREAD_IN_PROC(imgp->proc), libbuf);
if (error)
error = coff_load_file(