From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v5 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure Date: Wed, 6 Apr 2016 19:26:20 +0200 Message-ID: <20160406172620.GI8961@cbox> References: <1459769860-6629-1-git-send-email-julien.grall@arm.com> <1459769860-6629-6-git-send-email-julien.grall@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 9BC5740B58 for ; Wed, 6 Apr 2016 13:24:49 -0400 (EDT) Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YmiS9O+eevhS for ; Wed, 6 Apr 2016 13:24:48 -0400 (EDT) Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id C57F5409A2 for ; Wed, 6 Apr 2016 13:24:48 -0400 (EDT) Received: by mail-wm0-f51.google.com with SMTP id 191so65863580wmq.0 for ; Wed, 06 Apr 2016 10:26:10 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1459769860-6629-6-git-send-email-julien.grall@arm.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu To: Julien Grall Cc: al.stone@linaro.org, kvm@vger.kernel.org, marc.zyngier@arm.com, Jason Cooper , linux-kernel@vger.kernel.org, fu.wei@linaro.org, Thomas Gleixner , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, gg@slimlogic.co.uk List-Id: kvmarm@lists.cs.columbia.edu On Mon, Apr 04, 2016 at 12:37:36PM +0100, Julien Grall wrote: > The ACPI code requires to use global variales in order to collect s/variales/variables/ > information from the tables. > > To make clear those variables are ACPI specific, gather all of them in a > single structure. > > Furthermore, even if some of the variables are not marked with > __initdata, they are all only used during the initialization. Therefore, > the new variable, which hold the structure, can be marked with > __initdata. > > Signed-off-by: Julien Grall > > --- > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > > Changes in v4: > - Rework commit message > > Changes in v3: > - Patch added > --- Otherwise: Acked-by: Christoffer Dall From mboxrd@z Thu Jan 1 00:00:00 1970 From: christoffer.dall@linaro.org (Christoffer Dall) Date: Wed, 6 Apr 2016 19:26:20 +0200 Subject: [PATCH v5 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure In-Reply-To: <1459769860-6629-6-git-send-email-julien.grall@arm.com> References: <1459769860-6629-1-git-send-email-julien.grall@arm.com> <1459769860-6629-6-git-send-email-julien.grall@arm.com> Message-ID: <20160406172620.GI8961@cbox> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, Apr 04, 2016 at 12:37:36PM +0100, Julien Grall wrote: > The ACPI code requires to use global variales in order to collect s/variales/variables/ > information from the tables. > > To make clear those variables are ACPI specific, gather all of them in a > single structure. > > Furthermore, even if some of the variables are not marked with > __initdata, they are all only used during the initialization. Therefore, > the new variable, which hold the structure, can be marked with > __initdata. > > Signed-off-by: Julien Grall > > --- > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > > Changes in v4: > - Rework commit message > > Changes in v3: > - Patch added > --- Otherwise: Acked-by: Christoffer Dall From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752770AbcDFR0q (ORCPT ); Wed, 6 Apr 2016 13:26:46 -0400 Received: from mail-wm0-f45.google.com ([74.125.82.45]:33975 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752482AbcDFR0L (ORCPT ); Wed, 6 Apr 2016 13:26:11 -0400 Date: Wed, 6 Apr 2016 19:26:20 +0200 From: Christoffer Dall To: Julien Grall Cc: kvmarm@lists.cs.columbia.edu, marc.zyngier@arm.com, fu.wei@linaro.org, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, wei@redhat.com, al.stone@linaro.org, gg@slimlogic.co.uk, Thomas Gleixner , Jason Cooper Subject: Re: [PATCH v5 5/9] irqchip/gic-v3: Gather all ACPI specific data in a single structure Message-ID: <20160406172620.GI8961@cbox> References: <1459769860-6629-1-git-send-email-julien.grall@arm.com> <1459769860-6629-6-git-send-email-julien.grall@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1459769860-6629-6-git-send-email-julien.grall@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 04, 2016 at 12:37:36PM +0100, Julien Grall wrote: > The ACPI code requires to use global variales in order to collect s/variales/variables/ > information from the tables. > > To make clear those variables are ACPI specific, gather all of them in a > single structure. > > Furthermore, even if some of the variables are not marked with > __initdata, they are all only used during the initialization. Therefore, > the new variable, which hold the structure, can be marked with > __initdata. > > Signed-off-by: Julien Grall > > --- > Cc: Thomas Gleixner > Cc: Jason Cooper > Cc: Marc Zyngier > > Changes in v4: > - Rework commit message > > Changes in v3: > - Patch added > --- Otherwise: Acked-by: Christoffer Dall