提交 d0ea3d7d 编写于 作者: R Rusty Russell

Make initcall_debug a core_param

This is the one I really wanted: now it effects module loading, it
makes sense to be able to flip it after boot.
Signed-off-by: NRusty Russell <rusty@rustcorp.com.au>
Acked-by: NArjan van de Ven <arjan@linux.intel.com>
上级 67e67cea
......@@ -697,13 +697,7 @@ asmlinkage void __init start_kernel(void)
}
static int initcall_debug;
static int __init initcall_debug_setup(char *str)
{
initcall_debug = 1;
return 1;
}
__setup("initcall_debug", initcall_debug_setup);
core_param(initcall_debug, initcall_debug, bool, 0644);
int do_one_initcall(initcall_t fn)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册