From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Subject: [RFC][PATCH v2 06/21] x86,numa: update numa node type Date: Wed, 26 Dec 2018 21:14:52 +0800 Message-ID: <20181226133351.410639437@intel.com> References: <20181226131446.330864849@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Linux Memory Management List , Fan Du , Fengguang Wu To: Andrew Morton Return-path: cc: kvm@vger.kernel.org Cc: LKML cc: Yao Yuan cc: Peng Dong cc: Huang Ying CC: Liu Jingqi cc: Dong Eddie cc: Dave Hansen cc: Zhang Yi cc: Dan Williams Content-Disposition: inline; filename=0004-x86-numa-Update-numa-node-type.patch Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org From: Fan Du Signed-off-by: Fan Du Signed-off-by: Fengguang Wu --- arch/x86/mm/numa.c | 1 + 1 file changed, 1 insertion(+) --- linux.orig/arch/x86/mm/numa.c 2018-12-23 19:38:17.363582512 +0800 +++ linux/arch/x86/mm/numa.c 2018-12-23 19:38:17.363582512 +0800 @@ -594,6 +594,7 @@ static int __init numa_register_memblks( continue; alloc_node_data(nid); + set_node_type(nid); } /* Dump memblock with node info and return. */ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-f198.google.com (mail-pf1-f198.google.com [209.85.210.198]) by kanga.kvack.org (Postfix) with ESMTP id ADE7B8E000E for ; Wed, 26 Dec 2018 08:37:07 -0500 (EST) Received: by mail-pf1-f198.google.com with SMTP id p9so17807808pfj.3 for ; Wed, 26 Dec 2018 05:37:07 -0800 (PST) Received: from mga01.intel.com (mga01.intel.com. [192.55.52.88]) by mx.google.com with ESMTPS id r12si1487152plo.59.2018.12.26.05.37.06 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 26 Dec 2018 05:37:06 -0800 (PST) Message-Id: <20181226133351.410639437@intel.com> Date: Wed, 26 Dec 2018 21:14:52 +0800 From: Fengguang Wu Subject: [RFC][PATCH v2 06/21] x86,numa: update numa node type References: <20181226131446.330864849@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline; filename=0004-x86-numa-Update-numa-node-type.patch Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton Cc: Linux Memory Management List , Fan Du , Fengguang Wu , kvm@vger.kernel.org, LKML , Yao Yuan , Peng Dong , Huang Ying , Liu Jingqi , Dong Eddie , Dave Hansen , Zhang Yi , Dan Williams From: Fan Du Signed-off-by: Fan Du Signed-off-by: Fengguang Wu --- arch/x86/mm/numa.c | 1 + 1 file changed, 1 insertion(+) --- linux.orig/arch/x86/mm/numa.c 2018-12-23 19:38:17.363582512 +0800 +++ linux/arch/x86/mm/numa.c 2018-12-23 19:38:17.363582512 +0800 @@ -594,6 +594,7 @@ static int __init numa_register_memblks( continue; alloc_node_data(nid); + set_node_type(nid); } /* Dump memblock with node info and return. */