diff options
author | markm <markm@FreeBSD.org> | 2004-08-01 18:12:25 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2004-08-01 18:12:25 +0000 |
commit | 0d49cf05ec467b4b6cd25bad5b88424b3a9b438b (patch) | |
tree | 6e89e8d63385ee131443d0ddb1d30ce8e552aa51 | |
parent | 30cf65f35dbd6e55081a269240935a7a0f3dc352 (diff) | |
download | FreeBSD-src-0d49cf05ec467b4b6cd25bad5b88424b3a9b438b.zip FreeBSD-src-0d49cf05ec467b4b6cd25bad5b88424b3a9b438b.tar.gz |
Remove local hack that was not supposed to be committed.
Spotted by: Antoine Brodin - antoine dot brodin at laposte dot net
-rw-r--r-- | sys/i386/conf/GENERIC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index f8ae817..c4f9eff 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -29,7 +29,7 @@ ident GENERIC makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols -options SCHED_4BSD +options SCHED_ULE # ULE scheduler options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem |