Message ID | 20220620222032.3839547-6-paulmck@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Commit | 44f2910f800ba58c2276cd96e69c456378e6212a |
Headers | show |
Series | Miscellaneous fixes for v5.20 | expand |
diff --git a/kernel/smp.c b/kernel/smp.c index dd215f4394264..650810a6f29b3 100644 --- a/kernel/smp.c +++ b/kernel/smp.c @@ -174,9 +174,9 @@ static int __init csdlock_debug(char *str) if (val) static_branch_enable(&csdlock_debug_enabled); - return 0; + return 1; } -early_param("csdlock_debug", csdlock_debug); +__setup("csdlock_debug=", csdlock_debug); static DEFINE_PER_CPU(call_single_data_t *, cur_csd); static DEFINE_PER_CPU(smp_call_func_t, cur_csd_func);