soc/samsung/cpif: Don't affine IRQs when SBalance is enabled
Let SBalance handle IRQ affinities when it's enabled for better efficiency and performance. Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com> Signed-off-by: Nahuel Gómez <nahuelgomez329@gmail.com>
This commit is contained in:
parent
74fef07067
commit
ee1e7f7173
1 changed files with 3 additions and 0 deletions
|
@ -2381,6 +2381,9 @@ int dit_set_irq_affinity(int affinity)
|
|||
int i;
|
||||
int num_cpu;
|
||||
|
||||
if (IS_ENABLED(CONFIG_IRQ_SBALANCE))
|
||||
return 0;
|
||||
|
||||
if (!dc)
|
||||
return -EPERM;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue