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: Rusty Russell <rusty@rustcorp.com.au> Acked-by: Arjan van de Ven <arjan@linux.intel.com>
This commit is contained in:
parent
67e67ceaac
commit
d0ea3d7d28
1 changed files with 1 additions and 7 deletions
|
@ -697,13 +697,7 @@ asmlinkage void __init start_kernel(void)
|
||||||
}
|
}
|
||||||
|
|
||||||
static int initcall_debug;
|
static int initcall_debug;
|
||||||
|
core_param(initcall_debug, initcall_debug, bool, 0644);
|
||||||
static int __init initcall_debug_setup(char *str)
|
|
||||||
{
|
|
||||||
initcall_debug = 1;
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
__setup("initcall_debug", initcall_debug_setup);
|
|
||||||
|
|
||||||
int do_one_initcall(initcall_t fn)
|
int do_one_initcall(initcall_t fn)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue