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)
commit0c89d87d1d43d9fa268d1dc489518564d58bf497
tree58cd4eac493b66161090fc406e8780ebc7a6c22f
parentbf05bf16c76bb44ab5156223e1e58e26dfe30a88
preempt/dynamic: Fix typo in macro conditional statement

Commit 40607ee97e4e ("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: 40607ee97e4e ("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