sched: trivial sched_features cleanup
authorMike Galbraith <efault@gmx.de>
Sun, 8 Jun 2008 07:27:13 +0000 (09:27 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 10 Jun 2008 10:38:17 +0000 (12:38 +0200)
Remove unused debug/tuning features.

Signed-off-by: Mike Galbraith <efault@gmx.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

kernel/sched_features.h

index 1c7283c..62b39ca 100644 (file)
@@ -6,5 +6,3 @@ SCHED_FEAT(CACHE_HOT_BUDDY, 1)
 SCHED_FEAT(SYNC_WAKEUPS, 1)
 SCHED_FEAT(HRTICK, 1)
 SCHED_FEAT(DOUBLE_TICK, 0)
-SCHED_FEAT(NORMALIZED_SLEEPER, 1)
-SCHED_FEAT(DEADLINE, 1)