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>
This commit is contained in:
parent
d2db4c966b
commit
bc72158cfe
@ -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
|
||||
|
@ -79,3 +79,4 @@ stub-regulator.ko
|
||||
tmecom-intf.ko
|
||||
ufshcd-crypto-qti.ko
|
||||
ufs_qcom.ko
|
||||
sched-walt-debug.ko
|
||||
|
Loading…
Reference in New Issue
Block a user