]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cpumask: drop cpumask_next_wrap_old()
authorYury Norov <yury.norov@gmail.com>
Tue, 28 Jan 2025 16:46:42 +0000 (11:46 -0500)
committerYury Norov <yury.norov@gmail.com>
Mon, 24 Feb 2025 21:37:23 +0000 (16:37 -0500)
commit14c384131ea09fb70e9e01b0a3f2c3d3cd56d832
tree8997fd3aa784ceb1a1c3080be54f80201709aaf0
parent7a610694fa642c89d2758f5b327e415cb0bf4acd
cpumask: drop cpumask_next_wrap_old()

Now that we have cpumask_next_wrap() wired to generic find_next_bit_wrap(),
the old implementation is not needed.

Signed-off-by: Yury Norov <yury.norov@gmail.com>
include/linux/cpumask.h
lib/cpumask.c