[<prev] [next>] [day] [month] [year] [list]
Message-ID: <1216908016-8495-1-git-send-email-robert.richter@amd.com>
Date: Thu, 24 Jul 2008 16:00:16 +0200
From: Robert Richter <robert.richter@....com>
To: Jason Yeh <jason.yeh@....com>, Ingo Molnar <mingo@...e.hu>
CC: Thomas Gleixner <tglx@...utronix.de>,
oprofile-list <oprofile-list@...ts.sourceforge.net>,
LKML <linux-kernel@...r.kernel.org>,
Robert Richter <robert.richter@....com>
Subject: [PATCH] x86/oprofile: Fix on_each_cpu build error
Signed-off-by: Robert Richter <robert.richter@....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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists