mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
schedtune: fix crash when there is cpu boot fail in hmp [1/1]
PD#SWPL-7656 Problem: crash when there is cpu boot fail in hmp Solution: fix crash when there is cpu boot fail in hmp Verify: W400 Change-Id: I0153975593adb0bfcbc3c3bd6543f0fb2e6bf2e0 Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
This commit is contained in:
@@ -951,6 +951,9 @@ schedtune_add_cluster_nrg(
|
||||
* Assume we have EM data only at the CPU and
|
||||
* the upper CLUSTER level
|
||||
*/
|
||||
#ifdef CONFIG_AMLOGIC_MODIFY
|
||||
if (sd2->parent)
|
||||
#endif
|
||||
BUG_ON(!cpumask_equal(
|
||||
sched_group_cpus(sg),
|
||||
sched_group_cpus(sd2->parent->groups)
|
||||
|
||||
Reference in New Issue
Block a user