modify the path of shell binary
Currently, we should use the vendor shell to run irq script.
This patch will modify the shell path.
Bug: 202103325
Test: switch functions and check the value of smp_affinity_list
Change-Id: Iae572bb1ee218eb205c5e65d20ba6dfa583b9ad6
Merged-In: Iae572bb1ee218eb205c5e65d20ba6dfa583b9ad6
(cherry picked from commit e4796c373c
)
This commit is contained in:
parent
0b02e303b1
commit
4f30e468e4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/vendor/bin/sh
|
||||||
|
|
||||||
# Switch into /proc/irq/$IRQ for the dwc3 usb controller
|
# Switch into /proc/irq/$IRQ for the dwc3 usb controller
|
||||||
cd /proc/irq/*/dwc3/.. || exit 7
|
cd /proc/irq/*/dwc3/.. || exit 7
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue