From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Subject: Re: [patch -mm] acpi: remove NID_INVAL Date: Wed, 28 Oct 2009 17:53:25 +0300 Message-ID: <20091028145325.GA5316@lenovo> References: <20091008162454.23192.91832.sendpatchset@localhost.localdomain> <20091008162533.23192.71981.sendpatchset@localhost.localdomain> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:date:from:to :cc:subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to:user-agent; bh=xjKbgGznXRXBNH+hp8Skep63h019M73e214ao8iGGl8=; b=wJC83SzgqteKsfvoCo5FvJkPbB2LFrQkqJjveJkWAQOZJiX/5nw3vab7uphfkeCUR5 s214qgOinnK+v1YZ3BXgkwovxHDe80WdIW0InJphVpSL6lIkSpCtHUtyJUMH3QfRrHH2 gYqgCtQ3Lg3n2L/8JCxnrudVHkjxVD/y4svNs= Content-Disposition: inline In-Reply-To: Sender: linux-numa-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: David Rientjes Cc: Andrew Morton , Lee Schermerhorn , linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-numa@vger.kernel.org, Len Brown , Christoph Lameter [David Rientjes - Tue, Oct 27, 2009 at 02:44:14PM -0700] | NUMA_NO_NODE has been exported globally and thus it can replace NID_INVAL | in the acpi code. | | Also removes the unused acpi_unmap_pxm_to_node() function. | | Cc: Len Brown | Cc: Cyrill Gorcunov | Cc: Lee Schermerhorn | Signed-off-by: David Rientjes | --- | Depends on Lee Schermerhorn's hugetlb patchset in mmotm-10132113. | Thanks David! My Ack if needed. -- Cyrill