From f048458585d67af8a2d4ff3ccabc38ec99759e9d Mon Sep 17 00:00:00 2001 From: scottl Date: Tue, 7 Sep 2004 22:44:55 +0000 Subject: Fix a cut-n-paste glitch with SCHED_4BSD. --- sys/i386/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1