[PATCH v2 04/12] sched/fair: Add __always_inline compiler attribute to __accumulate_sum()

2016-05-02 Thread Yuyang Du
Everybody has it. If code-size is not the problem, __accumulate_sum() should have it too. Signed-off-by: Yuyang Du --- kernel/sched/fair.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 17bc721..1655280

[PATCH v2 04/12] sched/fair: Add __always_inline compiler attribute to __accumulate_sum()

2016-05-02 Thread Yuyang Du
Everybody has it. If code-size is not the problem, __accumulate_sum() should have it too. Signed-off-by: Yuyang Du --- kernel/sched/fair.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c index 17bc721..1655280 100644 ---