-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provide a text based interface to the scheduler features; this saves the 'user' from setting bits using decimal arithmetic. Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>
- Loading branch information
Peter Zijlstra
authored and
Ingo Molnar
committed
Apr 19, 2008
1 parent
06379ab
commit f00b45c
Showing
2 changed files
with
150 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
SCHED_FEAT(NEW_FAIR_SLEEPERS, 1) | ||
SCHED_FEAT(WAKEUP_PREEMPT, 1) | ||
SCHED_FEAT(START_DEBIT, 1) | ||
SCHED_FEAT(AFFINE_WAKEUPS, 1) | ||
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) |