]> git.baikalelectronics.ru Git - kernel.git/commit
sched/stats: Fix unlikely() use of sched_info_on()
authorYi Wang <wang.yi59@zte.com.cn>
Fri, 5 Jul 2019 04:35:07 +0000 (12:35 +0800)
committerIngo Molnar <mingo@kernel.org>
Thu, 25 Jul 2019 13:51:55 +0000 (15:51 +0200)
commit655e24ed44f2d3a26d7cec0b985010b92c9fbefc
treeb46a418e27efea852417da3640bdb7aa7f8981e4
parent5091cde90fabfda39b611f0fb5fa0546e2ca17d6
sched/stats: Fix unlikely() use of sched_info_on()

sched_info_on() is called with unlikely hint, however, the test
is to be a constant(1) on which compiler will do nothing when
make defconfig, so remove the hint.

Also, fix a lack of {}.

Signed-off-by: Yi Wang <wang.yi59@zte.com.cn>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: up2wing@gmail.com
Cc: wang.liang82@zte.com.cn
Cc: xue.zhihong@zte.com.cn
Link: https://lkml.kernel.org/r/1562301307-43002-1-git-send-email-wang.yi59@zte.com.cn
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/sched/stats.h