]> git.baikalelectronics.ru Git - kernel.git/commit
preempt/dynamic: Fix typo in macro conditional statement
authorZhouyi Zhou <zhouzhouyi@gmail.com>
Sat, 10 Apr 2021 07:35:23 +0000 (15:35 +0800)
committerPeter Zijlstra <peterz@infradead.org>
Mon, 19 Apr 2021 18:02:57 +0000 (20:02 +0200)
commit56927bc2d405fc3db28d60aece477e4d616bf725
tree58cd4eac493b66161090fc406e8780ebc7a6c22f
parent91679dcdafaf73c223355f944e2eb59c08995dcd
preempt/dynamic: Fix typo in macro conditional statement

Commit 7bfb69f61f6f ("preempt/dynamic: Provide irqentry_exit_cond_resched()
static call") tried to provide irqentry_exit_cond_resched() static call
in irqentry_exit, but has a typo in macro conditional statement.

Fixes: 7bfb69f61f6f ("preempt/dynamic: Provide irqentry_exit_cond_resched() static call")
Signed-off-by: Zhouyi Zhou <zhouzhouyi@gmail.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20210410073523.5493-1-zhouzhouyi@gmail.com
kernel/entry/common.c