Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752119AbbERC6e (ORCPT ); Sun, 17 May 2015 22:58:34 -0400 Received: from mga11.intel.com ([192.55.52.93]:8373 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750770AbbERC6Z (ORCPT ); Sun, 17 May 2015 22:58:25 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,449,1427785200"; d="scan'208";a="696354773" Message-ID: <5559554B.6090008@linux.intel.com> Date: Mon, 18 May 2015 10:58:19 +0800 From: Jiang Liu Organization: Intel User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 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 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 755 Lines: 24 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! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/