mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-27 08:38:52 +00:00
Fix xhci smp affinity settings for Helios64
This commit is contained in:
parent
a2dd26ab84
commit
5b43356d17
1 changed files with 3 additions and 1 deletions
|
@ -224,7 +224,9 @@ prepare_board() {
|
|||
fi
|
||||
case ${BOARD_NAME} in
|
||||
"Helios64")
|
||||
echo 10 >/proc/irq/$(awk -F":" "/xhci/ {print \$1}" </proc/interrupts | sed 's/\ //g')/smp_affinity
|
||||
for i in $(awk -F":" "/xhci/ {print \$1}" </proc/interrupts | sed 's/\ //g'); do
|
||||
echo 10 >/proc/irq/$i/smp_affinity
|
||||
done
|
||||
for i in $(awk -F":" "/ahci/ {print \$1}" </proc/interrupts | sed 's/\ //g'); do
|
||||
echo 30 >/proc/irq/$i/smp_affinity
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue