+1
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Because invoke_cpu_core() checks whether the current CPU is online, there is no need for __call_rcu_core() to redundantly check it. There should not be any performance degradation because the called function is visible to the compiler. This commit therefore removes the redundant check. Signed-off-by:Yao Dongdong <yaodongdong@huawei.com> Signed-off-by:
Paul E. McKenney <paulmck@linux.vnet.ibm.com>