mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
genirq/affinity: Move group_cpus_evenly() into lib/
group_cpus_evenly() has become a generic function which can be used for other subsystems than the interrupt subsystem, so move it into lib/. Signed-off-by: Ming Lei <ming.lei@redhat.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jens Axboe <axboe@kernel.dk> Link: https://lore.kernel.org/r/20221227022905.352674-6-ming.lei@redhat.com
This commit is contained in:
committed by
Thomas Gleixner
parent
523f1ea76a
commit
f7b3ea8cf7
@@ -353,6 +353,8 @@ obj-$(CONFIG_SBITMAP) += sbitmap.o
|
||||
|
||||
obj-$(CONFIG_PARMAN) += parman.o
|
||||
|
||||
obj-y += group_cpus.o
|
||||
|
||||
# GCC library routines
|
||||
obj-$(CONFIG_GENERIC_LIB_ASHLDI3) += ashldi3.o
|
||||
obj-$(CONFIG_GENERIC_LIB_ASHRDI3) += ashrdi3.o
|
||||
|
Reference in New Issue
Block a user