diff options
author | 2025-01-28 11:46:39 -0500 | |
---|---|---|
committer | 2025-02-24 16:37:23 -0500 | |
commit | 6fef7ed1587c7c1a9288966435dc97072b6f01cc (patch) | |
tree | c7323a55b89a59cce3538a23532a1b44673f9549 /rust/helpers | |
parent | s390: switch stop_machine_yield() to using cpumask_next_wrap() (diff) | |
download | wireguard-linux-6fef7ed1587c7c1a9288966435dc97072b6f01cc.tar.xz wireguard-linux-6fef7ed1587c7c1a9288966435dc97072b6f01cc.zip |
scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_next_wrap()
Calling cpumask_next_wrap_old() with starting CPU equal to wrapping CPU
is the same as request to find next CPU, wrapping around if needed.
cpumask_next_wrap() is the proper replacement for that.
Reviewed-by: Justin Tee <justin.tee@broadcom.com>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
Diffstat (limited to 'rust/helpers')
0 files changed, 0 insertions, 0 deletions