summaryrefslogtreecommitdiffstats
path: root/lib/libkse/sys
diff options
context:
space:
mode:
authormini <mini@FreeBSD.org>2002-10-30 06:07:18 +0000
committermini <mini@FreeBSD.org>2002-10-30 06:07:18 +0000
commitee4068ef29f700291bdfe8867286996571bb58aa (patch)
tree0bf6e4da0afbcb394be3c20c8b89b3a674bd8c07 /lib/libkse/sys
parenta8da55afda685ca2151899c0d25f837c962b9670 (diff)
downloadFreeBSD-src-ee4068ef29f700291bdfe8867286996571bb58aa.zip
FreeBSD-src-ee4068ef29f700291bdfe8867286996571bb58aa.tar.gz
Use KSE to schedule threads.
Diffstat (limited to 'lib/libkse/sys')
-rw-r--r--lib/libkse/sys/Makefile.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libkse/sys/Makefile.inc b/lib/libkse/sys/Makefile.inc
index bfcb3d9..2945285 100644
--- a/lib/libkse/sys/Makefile.inc
+++ b/lib/libkse/sys/Makefile.inc
@@ -2,5 +2,4 @@
.PATH: ${.CURDIR}/sys ${.CURDIR}/arch/${MACHINE_ARCH}/${MACHINE_ARCH}
-SRCS+= thr_error.c _atomic_lock.S
-
+SRCS+= thr_error.c _atomic_lock.S thr_enter_uts.S thr_switch.S
OpenPOWER on IntegriCloud