[PATCH] Enable initcall_debug

Imre Deak imre.deak at intel.com
Mon Apr 1 09:53:48 UTC 2019


Signed-off-by: Imre Deak <imre.deak at intel.com>
---
 init/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/init/main.c b/init/main.c
index 598e278b46f7..cafc85d915c7 100644
--- a/init/main.c
+++ b/init/main.c
@@ -504,7 +504,7 @@ void __init __weak thread_stack_cache_init(void)
 
 void __init __weak mem_encrypt_init(void) { }
 
-bool initcall_debug;
+bool initcall_debug = true;
 core_param(initcall_debug, initcall_debug, bool, 0644);
 
 #ifdef TRACEPOINTS_ENABLED
-- 
2.13.2



More information about the Intel-gfx-trybot mailing list