aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorJason Baron <[email protected]>2010-10-28 11:20:27 -0400
committerH. Peter Anvin <[email protected]>2010-10-29 16:42:58 -0700
commit404ba5d7bb958d3d788bdaa0debc0bdf60f13ffe (patch)
tree0605498ad8f207de58bfefa5b4b62ad79f91be8f /net/unix/sysctl_net_unix.c
parent5c1eb08936693cd78c71164c8bea0b086ae72c67 (diff)
x86, alternative: Call stop_machine_text_poke() on all cpus
Currently, text_poke_smp() passes a NULL as the third argument to __stop_machine(), which will only run stop_machine_text_poke() on 1 cpu. Change NULL -> cpu_online_mask, as stop_machine_text_poke() is intended to be run on all cpus. I actually didn't notice any problems with stop_machine_text_poke() only being called on 1 cpu, but found this via code inspection. Signed-off-by: Jason Baron <[email protected]> LKML-Reference: <[email protected]> Acked-by: Mathieu Desnoyers <[email protected]> Acked-by: Masami Hiramatsu <[email protected]> Signed-off-by: H. Peter Anvin <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions