summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-09-07 22:44:55 +0000
committerscottl <scottl@FreeBSD.org>2004-09-07 22:44:55 +0000
commitf048458585d67af8a2d4ff3ccabc38ec99759e9d (patch)
tree49a583f09e63b1f7a76503adf0afbbc84efeadec
parent061851f77666a84ad54cc996513d8876fabc2fef (diff)
downloadFreeBSD-src-f048458585d67af8a2d4ff3ccabc38ec99759e9d.zip
FreeBSD-src-f048458585d67af8a2d4ff3ccabc38ec99759e9d.tar.gz
Fix a cut-n-paste glitch with SCHED_4BSD.
-rw-r--r--sys/i386/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 111c94f..37de17f 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -30,7 +30,7 @@ ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
#options SCHED_ULE # ULE scheduler
-#options SCHED_4BSD # 4BSD scheduler
+options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols
OpenPOWER on IntegriCloud