Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751345AbcDKCsB (ORCPT ); Sun, 10 Apr 2016 22:48:01 -0400 Received: from mail-pa0-f45.google.com ([209.85.220.45]:34711 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750858AbcDKCr7 (ORCPT ); Sun, 10 Apr 2016 22:47:59 -0400 Subject: Re: [PATCH v5 3/9] irqchip/gic-v2: Gather ACPI specific data in a single structure To: Julien Grall , kvmarm@lists.cs.columbia.edu References: <1459769860-6629-1-git-send-email-julien.grall@arm.com> <1459769860-6629-4-git-send-email-julien.grall@arm.com> Cc: christoffer.dall@linaro.org, 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 From: Hanjun Guo Message-ID: <570B1057.2080902@linaro.org> Date: Mon, 11 Apr 2016 10:47:51 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <1459769860-6629-4-git-send-email-julien.grall@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 606 Lines: 20 Hi Julien, On 2016/4/4 19:37, Julien Grall wrote: > The ACPI code requires to use global variables in order to collect > information from the tables. > > For now, a single global variable is used, but more will be added in a > subsequent patch. To make clear they are ACPI specific, gather all the > information in a single structure. > > Signed-off-by: Julien Grall > Acked-by: Christofer Dall Acked-by: Hanjun Guo Please cc me if you have further versions, I would like to review the ARM64 ACPI related code. Thanks Hanjun