Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755589AbYGXOCL (ORCPT ); Thu, 24 Jul 2008 10:02:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752308AbYGXOB6 (ORCPT ); Thu, 24 Jul 2008 10:01:58 -0400 Received: from outbound-sin.frontbridge.com ([207.46.51.80]:60892 "EHLO SG2EHSOBE004.bigfish.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752177AbYGXOB5 (ORCPT ); Thu, 24 Jul 2008 10:01:57 -0400 X-BigFish: VPS24(zzzz10d3izzz32i87il43j65h) X-Spam-TCS-SCL: 4:0 X-FB-DOMAIN-IP-MATCH: fail X-WSS-ID: 0K4IKAR-02-SO3-01 From: Robert Richter To: Jason Yeh , Ingo Molnar CC: Thomas Gleixner , oprofile-list , LKML , Robert Richter Subject: [PATCH] x86/oprofile: Fix on_each_cpu build error Date: Thu, 24 Jul 2008 16:00:16 +0200 Message-ID: <1216908016-8495-1-git-send-email-robert.richter@amd.com> X-Mailer: git-send-email 1.5.5.4 X-OriginalArrivalTime: 24 Jul 2008 14:01:30.0141 (UTC) FILETIME=[C59D9CD0:01C8ED95] MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 782 Lines: 27 Signed-off-by: Robert Richter --- 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/