diff options
author | Ingo Molnar <mingo@kernel.org> | 2012-11-18 03:34:44 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2012-11-18 03:34:44 -0500 |
commit | ec05a2311c35243cea08bca00bcf53a576ee41a2 (patch) | |
tree | b6feae6520bdeeb40f5c08e509b108d84199db7b /kernel/sched/features.h | |
parent | a7a0aaa17ace589897021d668e09d474e7fc4c4d (diff) | |
parent | 5258f386ea4e8454bc801fb443e8a4217da1947c (diff) |
Merge branch 'sched/urgent' into sched/core
Merge in fixes before we queue up dependent bits, to avoid conflicts.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/sched/features.h')
-rw-r--r-- | kernel/sched/features.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/sched/features.h b/kernel/sched/features.h index eebefcad7027..e68e69ab917d 100644 --- a/kernel/sched/features.h +++ b/kernel/sched/features.h | |||
@@ -32,6 +32,11 @@ SCHED_FEAT(LAST_BUDDY, true) | |||
32 | SCHED_FEAT(CACHE_HOT_BUDDY, true) | 32 | SCHED_FEAT(CACHE_HOT_BUDDY, true) |
33 | 33 | ||
34 | /* | 34 | /* |
35 | * Allow wakeup-time preemption of the current task: | ||
36 | */ | ||
37 | SCHED_FEAT(WAKEUP_PREEMPTION, true) | ||
38 | |||
39 | /* | ||
35 | * Use arch dependent cpu power functions | 40 | * Use arch dependent cpu power functions |
36 | */ | 41 | */ |
37 | SCHED_FEAT(ARCH_POWER, true) | 42 | SCHED_FEAT(ARCH_POWER, true) |