+10
−4
+1
−0
kernel/hung_task.c
0 → 100644
+198
−0
+0
−100
+14
−1
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Decoupling allows: * hung tasks check to happen at very low priority * hung tasks check and softlockup to be enabled/disabled independently at compile and/or run-time * individual panic settings to be enabled disabled independently at compile and/or run-time * softlockup threshold to be reduced without increasing hung tasks poll frequency (hung task check is expensive relative to softlock watchdog) * hung task check to be zero over-head when disabled at run-time Signed-off-by:Mandeep Singh Baines <msb@google.com> Signed-off-by:
Ingo Molnar <mingo@elte.hu>