diff options
| author | Costa Shulyupin <[email protected]> | 2024-09-06 17:01:40 +0000 |
|---|---|---|
| committer | Thomas Gleixner <[email protected]> | 2024-09-08 14:06:51 +0000 |
| commit | a6fe30d1e3657991c832702cecb44576128d7fa3 (patch) | |
| tree | 2005c906d8a46e2107afc40edf7ab8eb04189f1e /drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c | |
| parent | genirq/cpuhotplug: Use cpumask_intersects() (diff) | |
| download | kernel-a6fe30d1e3657991c832702cecb44576128d7fa3.tar.gz kernel-a6fe30d1e3657991c832702cecb44576128d7fa3.zip | |
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 'drivers/gpu/drm/amd/amdgpu/amdgpu_virt.c')
0 files changed, 0 insertions, 0 deletions
