From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RDBs4-000381-Vv for openembedded-core@lists.openembedded.org; Mon, 10 Oct 2011 11:10:05 +0200 Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p9A9AxoU008105 for ; Mon, 10 Oct 2011 10:11:00 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id q8wWI-zZyT71 for ; Mon, 10 Oct 2011 10:10:59 +0100 (BST) Received: from [192.168.1.66] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p9A9AqFP008100 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 10 Oct 2011 10:10:55 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Mon, 10 Oct 2011 10:04:12 +0100 In-Reply-To: <1317850009-7714-2-git-send-email-msm@freescale.com> References: <1317850009-7714-1-git-send-email-msm@freescale.com> <1317850009-7714-2-git-send-email-msm@freescale.com> X-Mailer: Evolution 3.1.91- Message-ID: <1318237461.23749.0.camel@ted> Mime-Version: 1.0 Subject: Re: [PATCH v2 5/6] Fix sysprof for powerpc64 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Oct 2011 09:10:05 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-10-05 at 16:26 -0500, Matthew McClintock wrote: > __ppc64__ is not defined on powerpc64, rather __powerpc64__ is, this > uses a patch that is already upstream to fix builds for powerpc64 > > Signed-off-by: Matthew McClintock > --- > ...PowerPC-checks-for-__NR_perf_counter_open.patch | 35 ++++++++++++++++++++ > meta/recipes-kernel/sysprof/sysprof_git.bb | 1 + > 2 files changed, 36 insertions(+), 0 deletions(-) > create mode 100644 meta/recipes-kernel/sysprof/files/0001-Fix-PowerPC-checks-for-__NR_perf_counter_open.patch Merged to master, thanks. Richard