5 lines
81 B
Text
5 lines
81 B
Text
|
#!/bin/sh
|
||
|
|
||
|
echo 4 > /proc/irq/32/smp_affinity
|
||
|
echo 8 > /proc/irq/33/smp_affinity
|