Hi,
you should add "sched/deadline:" to the subject.
On 19/07/16 11:44, Tommaso Cucinotta wrote:
I'd repeat what the subject says, so that you can refer that from the
changelog with "These".
> These 2 exercise independent code paths and need different arguments.
> Now you call
It's more "after
These 2 exercise independent code paths and need different arguments.
Now you call
cpudl_clear(cp, cpu)
cpudl_set(cp, cpu, dl)
instead of
cpudl_set(cp, cpu, 0 /* dl */, 0 /* is_valid */)
cpudl_set(cp, cpu, dl, 1 /* is_valid */)
Cc: Peter Zijlstra
Cc: Juri Lelli
Cc: Luca Abeni
Reviewed-b
---
kernel/sched/cpudeadline.c | 71 +-
kernel/sched/cpudeadline.h | 3 +-
kernel/sched/deadline.c| 10 +++
3 files changed, 52 insertions(+), 32 deletions(-)
diff --git a/kernel/sched/cpudeadline.c b/kernel/sched/cpudeadline.c
index 60f933a..0
3 matches
Mail list logo