From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shanker Donthineni Subject: Re: [PATCH v6 06/10] irqchip/gic-v3: Gather all ACPI specific data in a single structure Date: Sat, 23 Apr 2016 22:02:35 -0500 Message-ID: <571C374B.503@codeaurora.org> References: <1460388780-914-1-git-send-email-julien.grall@arm.com> <1460388780-914-7-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 385A849B70 for ; Sat, 23 Apr 2016 23:00:32 -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 H+aLfYttPfp6 for ; Sat, 23 Apr 2016 23:00:31 -0400 (EDT) Received: from smtp.codeaurora.org (smtp.codeaurora.org [198.145.29.96]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 7D76149B4C for ; Sat, 23 Apr 2016 23:00:31 -0400 (EDT) In-Reply-To: <1460388780-914-7-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 , kvmarm@lists.cs.columbia.edu Cc: kvm@vger.kernel.org, al.stone@linaro.org, marc.zyngier@arm.com, linux-kernel@vger.kernel.org, gg@slimlogic.co.uk, hanjun.guo@linaro.org, fu.wei@linaro.org, linux-arm-kernel@lists.infradead.org, Thomas Gleixner , Jason Cooper List-Id: kvmarm@lists.cs.columbia.edu On 04/11/2016 10:32 AM, Julien Grall wrote: > The ACPI code requires to use global variables in order to collect > 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 > Acked-by: Christoffer Dall > Reviewed-by: Hanjun Guo > Tested-by: Shanker Donthineni Using the Qualcomm Technologies QDF2XXX server platform. -- Shanker Donthineni Qualcomm Technologies, Inc. on behalf of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 From: shankerd@codeaurora.org (Shanker Donthineni) Date: Sat, 23 Apr 2016 22:02:35 -0500 Subject: [PATCH v6 06/10] irqchip/gic-v3: Gather all ACPI specific data in a single structure In-Reply-To: <1460388780-914-7-git-send-email-julien.grall@arm.com> References: <1460388780-914-1-git-send-email-julien.grall@arm.com> <1460388780-914-7-git-send-email-julien.grall@arm.com> Message-ID: <571C374B.503@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 04/11/2016 10:32 AM, Julien Grall wrote: > The ACPI code requires to use global variables in order to collect > 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 > Acked-by: Christoffer Dall > Reviewed-by: Hanjun Guo > Tested-by: Shanker Donthineni Using the Qualcomm Technologies QDF2XXX server platform. -- Shanker Donthineni Qualcomm Technologies, Inc. on behalf of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752498AbcDXDCm (ORCPT ); Sat, 23 Apr 2016 23:02:42 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:35648 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751949AbcDXDCl (ORCPT ); Sat, 23 Apr 2016 23:02:41 -0400 Subject: Re: [PATCH v6 06/10] irqchip/gic-v3: Gather all ACPI specific data in a single structure To: Julien Grall , kvmarm@lists.cs.columbia.edu References: <1460388780-914-1-git-send-email-julien.grall@arm.com> <1460388780-914-7-git-send-email-julien.grall@arm.com> Cc: wei@redhat.com, christoffer.dall@linaro.org, al.stone@linaro.org, kvm@vger.kernel.org, hanjun.guo@linaro.org, marc.zyngier@arm.com, Tomasz Nowicki , linux-kernel@vger.kernel.org, fu.wei@linaro.org, Thomas Gleixner , Jason Cooper , linux-arm-kernel@lists.infradead.org, gg@slimlogic.co.uk From: Shanker Donthineni Message-ID: <571C374B.503@codeaurora.org> Date: Sat, 23 Apr 2016 22:02:35 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <1460388780-914-7-git-send-email-julien.grall@arm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/11/2016 10:32 AM, Julien Grall wrote: > The ACPI code requires to use global variables in order to collect > 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 > Acked-by: Christoffer Dall > Reviewed-by: Hanjun Guo > Tested-by: Shanker Donthineni Using the Qualcomm Technologies QDF2XXX server platform. -- Shanker Donthineni Qualcomm Technologies, Inc. on behalf of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project