Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751799AbbERFSN (ORCPT ); Mon, 18 May 2015 01:18:13 -0400 Received: from mga09.intel.com ([134.134.136.24]:46120 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750895AbbERFSC (ORCPT ); Mon, 18 May 2015 01:18:02 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,450,1427785200"; d="scan'208";a="730941911" Message-ID: <555975F2.9090208@linux.intel.com> Date: Mon, 18 May 2015 13:17:38 +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: Thomas Gleixner CC: Bjorn Helgaas , Benjamin Herrenschmidt , Ingo Molnar , "H. Peter Anvin" , "Rafael J. Wysocki" , Randy Dunlap , Yinghai Lu , Borislav Petkov , Jason Cooper , Grant Likely , Kevin Cernekee , 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 03/11] genirq: Use CONFIG_NUMA instead of CONFIG_SMP to guard irq_common_data.node References: <1430709339-29083-1-git-send-email-jiang.liu@linux.intel.com> <1430709339-29083-4-git-send-email-jiang.liu@linux.intel.com> In-Reply-To: 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: 814 Lines: 26 On 2015/5/16 4:44, Thomas Gleixner wrote: > On Mon, 4 May 2015, Jiang Liu wrote: > >> NUMA is enabled by CONFIG_NUMA instead of CONFIG_SMP, so use CONFIG_NUMA >> to guard irq_common_data.node. > > Please move this change to the front and do it on irq_data. That would > have avoided confusing Abel :) Hi Thomas, Reordering these two patches will cause too much unnecessary code changes. so I will merge this patch into the patch to move node from struct irq_data into struct irq_common_data, which is more straight forward. Thanks! Gerry > > Thanks, > > tglx > -- 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/