diff options
author | Costa Shulyupin <[email protected]> | 2024-09-06 20:01:40 +0300 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2024-09-08 16:06:51 +0200 |
commit | a6fe30d1e3657991c832702cecb44576128d7fa3 (patch) | |
tree | 2005c906d8a46e2107afc40edf7ab8eb04189f1e /lib/crypto/mpi/mpi-sub-ui.c | |
parent | 87b5a153b862b7d937fc1dd499368297a1feae87 (diff) |
genirq: Use cpumask_intersects()
Replace `cpumask_any_and(a, b) >= nr_cpu_ids` and `cpumask_any_and(a, b) <
nr_cpu_ids` with the more readable `!cpumask_intersects(a, b)` and
`cpumask_intersects(a, b)`
Signed-off-by: Costa Shulyupin <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/all/[email protected]
Diffstat (limited to 'lib/crypto/mpi/mpi-sub-ui.c')
0 files changed, 0 insertions, 0 deletions