Signed-off-by: Robert Richter <[email protected]>
---
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 186ab90..053c8c6 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)
if (nmi_multiplex_on() < 0)
return -EINVAL;
- on_each_cpu(nmi_cpu_switch, NULL, 0, 1);
+ on_each_cpu(nmi_cpu_switch, NULL, 1);
return 0;
}
--
1.5.5.4