From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <5559554B.6090008@linux.intel.com> Date: Mon, 18 May 2015 10:58:19 +0800 From: Jiang Liu MIME-Version: 1.0 To: "Yun Wu (Abel)" CC: Thomas Gleixner , Bjorn Helgaas , Benjamin Herrenschmidt , Ingo Molnar , "H. Peter Anvin" , "Rafael J. Wysocki" , Randy Dunlap , Yinghai Lu , Borislav Petkov , Jason Cooper , Grant Likely , Kevin Cernekee , Marc Zyngier , Konrad Rzeszutek Wilk , Tony Luck , x86@kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org Subject: Re: [RFC v1 01/11] genirq: Introduce struct irq_common_data to host shared irq data References: <1430709339-29083-1-git-send-email-jiang.liu@linux.intel.com> <1430709339-29083-2-git-send-email-jiang.liu@linux.intel.com> <554C1E3F.7050306@huawei.com> In-Reply-To: <554C1E3F.7050306@huawei.com> Content-Type: text/plain; charset=windows-1252 Sender: linux-acpi-owner@vger.kernel.org List-ID: On 2015/5/8 10:23, Yun Wu (Abel) wrote: > On 2015/5/4 11:15, Jiang Liu wrote: > > [...] >> diff --git a/include/linux/irqdesc.h b/include/linux/irqdesc.h >> index dd1109fb241e..3010e99abf3e 100644 >> --- a/include/linux/irqdesc.h >> +++ b/include/linux/irqdesc.h >> @@ -47,6 +47,7 @@ struct pt_regs; >> * @name: flow handler name for /proc/interrupts output >> */ >> struct irq_desc { >> + struct irq_common_data irq_common_data; > > Hi Gerry, > > Please update description as well. :) Thanks, Abel!