A hardcoded cpu0 path in would cause batman to exit on the OnePlus 3/3T because when a core is offline, the cpufreq path doesn't exist for that core.
Changing this to ${CORE_FIRST} will instead check from an online core and not a potentially offlined one.
A hardcoded cpu0 path in would cause batman to exit on the OnePlus 3/3T because when a core is offline, the cpufreq path doesn't exist for that core. Changing this to ${CORE_FIRST} will instead check from an online core and not a potentially offlined one.