Commit f7b3ea8
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.com1 parent 523f1ea commit f7b3ea8
File tree
5 files changed
+446
-397
lines changed- include/linux
- kernel/irq
- lib
5 files changed
+446
-397
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10935 | 10935 | | |
10936 | 10936 | | |
10937 | 10937 | | |
| 10938 | + | |
| 10939 | + | |
10938 | 10940 | | |
10939 | 10941 | | |
10940 | 10942 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments