diff options
| -rw-r--r-- | arch/x86/kernel/alternative.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/arch/x86/kernel/alternative.c b/arch/x86/kernel/alternative.c index c63822816249..1f84794f0759 100644 --- a/arch/x86/kernel/alternative.c +++ b/arch/x86/kernel/alternative.c @@ -738,5 +738,5 @@ void __kprobes text_poke_smp_batch(struct text_poke_param *params, int n)  	atomic_set(&stop_machine_first, 1);  	wrote_text = 0; -	__stop_machine(stop_machine_text_poke, (void *)&tpp, NULL); +	__stop_machine(stop_machine_text_poke, (void *)&tpp, cpu_online_mask);  } | 
