Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757397AbaFYON5 (ORCPT ); Wed, 25 Jun 2014 10:13:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6761 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756481AbaFYONz (ORCPT ); Wed, 25 Jun 2014 10:13:55 -0400 Message-ID: <1403705624.755.85.camel@deneb.redhat.com> Subject: Re: [PATCH] perf: fix arm64 build error From: Mark Salter To: Jean Pihet Cc: "linux-kernel@vger.kernel.org" , Peter Zijlstra , Paul Mackerras , Ingo Molnar , Arnaldo Carvalho de Melo Date: Wed, 25 Jun 2014 10:13:44 -0400 In-Reply-To: References: <1403666205-25346-1-git-send-email-msalter@redhat.com> Organization: Red Hat, Inc Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 2014-06-25 at 10:12 +0200, Jean Pihet wrote: > Hi Mark, > > On 25 June 2014 05:16, Mark Salter wrote: > > I'm seeing the following build error on arm64: > > > > In file included from util/event.c:3:0: > > util/event.h:95:17: error: 'PERF_REGS_MAX' undeclared here (not in a function) > > u64 cache_regs[PERF_REGS_MAX]; > > ^ > > > > This patch adds a PEFF_REGS_MAX definition for arm64. > s/PEFF_REGS_MAX/PERF_REGS_MAX > > > > > Signed-off-by: Mark Salter > > Acked-by: Jean Pihet > > Thanks! > > Note: Do you have any performance figure with and without the caching > code in perf? Sorry, I don't. -- 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/