mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86/oprofile: Fix on_each_cpu build error
@ 2008-07-24 14:00 Robert Richter
  0 siblings, 0 replies; only message in thread
From: Robert Richter @ 2008-07-24 14:00 UTC (permalink / raw)
  To: Jason Yeh, Ingo Molnar
  Cc: Thomas Gleixner, oprofile-list, LKML, Robert Richter

Signed-off-by: Robert Richter <robert.richter@amd.com>
---
 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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-24 14:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-24 14:00 [PATCH] x86/oprofile: Fix on_each_cpu build error Robert Richter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome