mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
sched: Enable walt debug module in first stage
To catch early errors, it's important to ensure that the walt debug module is insmodded early. Change-Id: I1418c16a30041469aa04025018a1f0a79065c390 Signed-off-by: Shaleen Agrawal <shalagra@codeaurora.org> Signed-off-by: Sai Harshini Nimmala <snimmala@codeaurora.org> Signed-off-by: Sai Harshini Nimmala <quic_snimmala@quicinc.com>
This commit is contained in:
parent
cfb4162ea3
commit
1b1ec2daf6
|
|
@ -4279,3 +4279,7 @@ static int walt_module_init(void)
|
|||
|
||||
module_init(walt_module_init);
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
||||
#if IS_ENABLED(CONFIG_SCHED_WALT_DEBUG)
|
||||
MODULE_SOFTDEP("pre: sched-walt-debug");
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user