From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12211 invoked by alias); 10 Nov 2008 07:06:28 -0000 Received: (qmail 12180 invoked by uid 22791); 10 Nov 2008 07:06:27 -0000 X-Spam-Status: No, hits=-0.5 required=5.0 tests=AWL,BAYES_50,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from rcsinet13.oracle.com (HELO rgminet13.oracle.com) (148.87.113.125) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 10 Nov 2008 07:05:43 +0000 Received: from rgminet15.oracle.com (rcsinet15.oracle.com [148.87.113.117]) by rgminet13.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mAA75pwG024618 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 10 Nov 2008 07:05:52 GMT Received: from acsmt702.oracle.com (acsmt702.oracle.com [141.146.40.80]) by rgminet15.oracle.com (Switch-3.3.1/Switch-3.3.1) with ESMTP id mAA75eoY008911 for ; Mon, 10 Nov 2008 07:05:41 GMT Received: from a.com (/10.182.120.164) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 10 Nov 2008 07:05:36 +0000 Message-ID: <4917DC0D.9030502@oracle.com> Date: Mon, 10 Nov 2008 07:06:00 -0000 From: Wenji Huang Reply-To: wenji.huang@oracle.com User-Agent: Thunderbird 2.0.0.12 (X11/20080213) MIME-Version: 1.0 To: systemTAP Subject: Compilation error on for_each_cpu Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: acsmt702.oracle.com [141.146.40.80] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090204.4917DD41.01E8:SCFSTAT928724,ss=1,fgs=0 X-IsSubscribed: yes Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2008-q4/txt/msg00297.txt.bz2 Hi, Stap couldn't work on 2.6.28-rc4 due to for_each_cpu macro, see http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=cb56d98e2a7530615899597551db685d68a2e852#patch1 seems to need update autoconf test for this macro or change to another name like stp_for_each_cpu. Regards, Wenji