]> git.baikalelectronics.ru Git - kernel.git/commit
smp: Remove superfluous cond_func check in smp_call_function_many_cond()
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 27 Jan 2020 08:39:15 +0000 (09:39 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 28 Jan 2020 14:43:00 +0000 (15:43 +0100)
commit6c7332fb09641059f083e9dcb6609b47724a8a1a
tree8d7bb32eefe1ebe0c726914c027006e14c249824
parent4c156c4c0f7fc20b8be183c99549c24f147a4672
smp: Remove superfluous cond_func check in smp_call_function_many_cond()

It was requested to remove the cond_func check but the follow up patch was
overlooked. Remove it now.

Fixes: 4ac239822054 ("smp: Add a smp_cond_func_t argument to smp_call_function_many()")
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/r/20200127083915.434tdkztorkklpdu@linutronix.de
kernel/smp.c