Re: [PATCH] preempt/dynamic: fix typo in macro conditional statement

2021-04-19 Thread Peter Zijlstra
On Sat, Apr 10, 2021 at 03:35:23PM +0800, Zhouyi Zhou wrote: > 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. > > This patch fi

[PATCH] preempt/dynamic: fix typo in macro conditional statement

2021-04-10 Thread Zhouyi Zhou
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. This patch fix this typo. Signed-off-by: Zhouyi Zhou --- kernel/entry/common.c |