diff options
author | davidxu <davidxu@FreeBSD.org> | 2006-07-05 02:32:55 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2006-07-05 02:32:55 +0000 |
commit | 41e65e69dcf9fa0e0e7217081cc0b3d6dabdea40 (patch) | |
tree | d99a21dbe2ee9b196a87763eb5dff6ed52fabda1 /sys/amd64/conf | |
parent | 31501671ae64a4fd2848fbcda9f67012a5ce8fd3 (diff) | |
download | FreeBSD-src-41e65e69dcf9fa0e0e7217081cc0b3d6dabdea40.zip FreeBSD-src-41e65e69dcf9fa0e0e7217081cc0b3d6dabdea40.tar.gz |
Temporarily remove SCHED_CORE, it seems I have so many works can do now,
one example is POSIX priority mutex for libthr.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index b27c52d..b47c810 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -28,7 +28,6 @@ makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols #options SCHED_ULE # ULE scheduler options SCHED_4BSD # 4BSD scheduler -#options SCHED_CORE # CORE scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols |