Commit 258e7d2
genirq: Add affinity to percpu_devid interrupt requests
Add an affinity field to both the irqaction structure and the interrupt
request primitives. Nothing is making use of it yet, and the only value
used it NULL, which is used as a shorthand for cpu_possible_mask.
This will shortly get used with actual affinities.
Signed-off-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Will Deacon <will@kernel.org>
Link: https://patch.msgid.link/20251020122944.3074811-15-maz@kernel.org1 parent 9047a39 commit 258e7d2
2 files changed
Lines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
181 | 182 | | |
182 | 183 | | |
183 | 184 | | |
184 | | - | |
| 185 | + | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
| |||
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
195 | | - | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2444 | 2444 | | |
2445 | 2445 | | |
2446 | 2446 | | |
2447 | | - | |
| 2447 | + | |
| 2448 | + | |
2448 | 2449 | | |
2449 | 2450 | | |
2450 | 2451 | | |
| 2452 | + | |
| 2453 | + | |
| 2454 | + | |
2451 | 2455 | | |
2452 | 2456 | | |
2453 | 2457 | | |
| |||
2456 | 2460 | | |
2457 | 2461 | | |
2458 | 2462 | | |
| 2463 | + | |
2459 | 2464 | | |
2460 | 2465 | | |
2461 | 2466 | | |
| |||
2466 | 2471 | | |
2467 | 2472 | | |
2468 | 2473 | | |
| 2474 | + | |
2469 | 2475 | | |
2470 | 2476 | | |
2471 | 2477 | | |
| |||
2478 | 2484 | | |
2479 | 2485 | | |
2480 | 2486 | | |
2481 | | - | |
| 2487 | + | |
2482 | 2488 | | |
2483 | 2489 | | |
2484 | 2490 | | |
| |||
2495 | 2501 | | |
2496 | 2502 | | |
2497 | 2503 | | |
2498 | | - | |
| 2504 | + | |
2499 | 2505 | | |
2500 | 2506 | | |
2501 | 2507 | | |
| |||
2560 | 2566 | | |
2561 | 2567 | | |
2562 | 2568 | | |
2563 | | - | |
| 2569 | + | |
2564 | 2570 | | |
2565 | 2571 | | |
2566 | 2572 | | |
| |||
0 commit comments