diff options
Diffstat (limited to 'arch/x86/oprofile')
-rw-r--r-- | arch/x86/oprofile/nmi_int.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/oprofile/nmi_int.c b/arch/x86/oprofile/nmi_int.c index 2a65fe7680ab..fb4902bc6f14 100644 --- a/arch/x86/oprofile/nmi_int.c +++ b/arch/x86/oprofile/nmi_int.c | |||
@@ -123,7 +123,7 @@ static int nmi_switch_event(void) | |||
123 | if (nmi_multiplex_on() < 0) | 123 | if (nmi_multiplex_on() < 0) |
124 | return -EINVAL; | 124 | return -EINVAL; |
125 | 125 | ||
126 | on_each_cpu(nmi_cpu_switch, NULL, 0, 1); | 126 | on_each_cpu(nmi_cpu_switch, NULL, 1); |
127 | 127 | ||
128 | return 0; | 128 | return 0; |
129 | } | 129 | } |