Loading drivers/thermal/msm_thermal.c +3 −0 Original line number Diff line number Diff line Loading @@ -5268,6 +5268,9 @@ arch_initcall(msm_thermal_device_init); int __init msm_thermal_late_init(void) { if (!msm_thermal_probed) return 0; if (num_possible_cpus() > 1) msm_thermal_add_cc_nodes(); msm_thermal_add_psm_nodes(); Loading Loading
drivers/thermal/msm_thermal.c +3 −0 Original line number Diff line number Diff line Loading @@ -5268,6 +5268,9 @@ arch_initcall(msm_thermal_device_init); int __init msm_thermal_late_init(void) { if (!msm_thermal_probed) return 0; if (num_possible_cpus() > 1) msm_thermal_add_cc_nodes(); msm_thermal_add_psm_nodes(); Loading