Files
linux/kernel/sched
Chen Liang d4773e1407 ARM64: sched: fix bug: avoid infinite loop
All of the sched domains will be destroied and then rebuilded when a cpu
online/offline, if a softirq comes after the shced domains are destroied,
this cpu will be stucked in the infinite loop in sched_group_energy(),
because of it can not get the shced donmain in for_each_domain(cpu, sd).

Change-Id: I154cf560e4e1af4a7a2547154ad321e936196ce3
Signed-off-by: Chen Liang <cl@rock-chips.com>
2016-07-11 17:08:55 +08:00
..
2015-11-23 09:44:58 +01:00
2016-07-05 18:36:47 +08:00
2015-12-13 14:30:59 -08:00