From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v3] xen: arm: enable perf counters Date: Wed, 14 Jan 2015 15:25:14 +0000 Message-ID: <1421249114.19103.285.camel@citrix.com> References: <1421246000-6753-1-git-send-email-ian.campbell@citrix.com> <54B68626.1080608@linaro.org> <1421248497.19103.277.camel@citrix.com> <54B688EB.6000802@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <54B688EB.6000802@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall Cc: xen-devel@lists.xen.org, tim@xen.org, stefano.stabellini@eu.citrix.com List-Id: xen-devel@lists.xenproject.org On Wed, 2015-01-14 at 15:19 +0000, Julien Grall wrote: > On 14/01/15 15:14, Ian Campbell wrote: > >>> diff --git a/xen/include/asm-arm/perfc_defn.h b/xen/include/asm-arm/perfc_defn.h > >>> new file mode 100644 > >>> index 0000000..df86879 > >>> --- /dev/null > >>> +++ b/xen/include/asm-arm/perfc_defn.h > >>> @@ -0,0 +1,74 @@ > >>> +/* This file is legiimately included multiple times. */ > >> > BTW, I think you wanted to mean legitimately. That's what the patch had, one of us must have corrupted it by mistake. Ian,