]> Gentwo Git Trees - linux/.git/commit
soc/fsl/qbman: Use for_each_online_cpu() instead of for_each_cpu()
authorFushuai Wang <wangfushuai@baidu.com>
Mon, 11 Aug 2025 06:52:16 +0000 (14:52 +0800)
committerChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 22 Sep 2025 19:31:08 +0000 (21:31 +0200)
commit5498f07842cbddd86c725b960acb8e478684ca45
treeb1f438eccb9980b335ee113b116807f16d9c0f6f
parente9713655b29a47d23cbf07aacf50b0ce8ee0a850
soc/fsl/qbman: Use for_each_online_cpu() instead of for_each_cpu()

Replace the opencoded for_each_cpu(cpu, cpu_online_mask) loop with the
more readable and equivalent for_each_online_cpu(cpu) macro.

Signed-off-by: Fushuai Wang <wangfushuai@baidu.com>
Link: https://lore.kernel.org/r/20250811065216.3320-1-wangfushuai@baidu.com
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
drivers/soc/fsl/qbman/qman_test_stash.c