sdm660-common: rootdir: Drop the silver cluster's default IRQ affinity tuning

Signed-off-by: Subhajeet Muhuri <subhajeet.muhuri@aosip.dev>
Signed-off-by: Reinazhard <reinazhard@gmail.com>
Signed-off-by: clarencelol <clarencekuiek@icloud.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
Subhajeet Muhuri 2021-11-04 17:18:24 +08:00 committed by pix106
parent d68c522d5a
commit e92640f00f

View file

@ -2343,11 +2343,6 @@ esac
case "$target" in case "$target" in
"sdm660" | "sdm636") "sdm660" | "sdm636")
# Set the default IRQ affinity to the primary cluster. When a
# CPU is isolated/hotplugged, the IRQ affinity is adjusted
# to one of the CPU from the default IRQ affinity mask.
echo f > /proc/irq/default_smp_affinity
if [ -f /sys/devices/soc0/soc_id ]; then if [ -f /sys/devices/soc0/soc_id ]; then
soc_id=`cat /sys/devices/soc0/soc_id` soc_id=`cat /sys/devices/soc0/soc_id`
else else