Commit 24e2791
bpf: Replace get_next_cpu() with cpumask_next_wrap()
The get_next_cpu() function was only used in one place to find
the next possible CPU, which can be replaced by cpumask_next_wrap().
Signed-off-by: Fushuai Wang <[email protected]>1 parent 53b8665 commit 24e2791
1 file changed
+1
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 22 | | |
31 | 23 | | |
32 | 24 | | |
| |||
482 | 474 | | |
483 | 475 | | |
484 | 476 | | |
485 | | - | |
| 477 | + | |
486 | 478 | | |
487 | 479 | | |
488 | 480 | | |
| |||
0 commit comments