From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754155Ab0KYQeP (ORCPT ); Thu, 25 Nov 2010 11:34:15 -0500 Received: from canuck.infradead.org ([134.117.69.58]:49446 "EHLO canuck.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754075Ab0KYQeO convert rfc822-to-8bit (ORCPT ); Thu, 25 Nov 2010 11:34:14 -0500 Subject: Re: [RFC][PATCH 2/8] perf, arch: Use early_initcall() for all arch pmu implementations From: Peter Zijlstra To: Will Deacon Cc: Ingo Molnar , Lin Ming , Stephane Eranian , "robert.richter" , Corey Ashford , fweisbec , paulus , Greg Kroah-Hartman , Kay Sievers , "H. Peter Anvin" , Kyle Moffett , linux-kernel@vger.kernel.org, davem , Michael Cree , Deng-Cheng Zhu , Paul Mundt , Don Zickus In-Reply-To: <1290702150.2059.10.camel@e102144-lin.cambridge.arm.com> References: <20101117221730.002627458@chello.nl> <20101117222056.040309789@chello.nl> <1290680713.2145.18.camel@laptop> <1290696476.2145.46.camel@laptop> <1290702150.2059.10.camel@e102144-lin.cambridge.arm.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Thu, 25 Nov 2010 17:34:12 +0100 Message-ID: <1290702852.2145.60.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2010-11-25 at 16:22 +0000, Will Deacon wrote: > What tree/branch are these patches taken against? They don't seem > to apply against -rc3 or tip/master. tip/master + my quilt queue > Anyway, I currently have some > pending patches to split up the monolithic perf_event.c we have for ARM > so that different PMU implementations can live in different files (in > the same way that x86 does it). This might mean that your initcall patch > no longer applies because it will be a couple of thousand lines higher > up in the file. That's ok, I'm sure we can sort that out when I've got stuff working ;-)