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

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