From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757016AbcCRKg0 (ORCPT ); Fri, 18 Mar 2016 06:36:26 -0400 Received: from www.linutronix.de ([62.245.132.108]:36154 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753820AbcCRKgQ (ORCPT ); Fri, 18 Mar 2016 06:36:16 -0400 Date: Fri, 18 Mar 2016 11:34:03 +0100 (CET) From: Thomas Gleixner To: "Rafael J. Wysocki" cc: Zhu Guihua , cl@linux.com, Tejun Heo , mika.j.penttila@gmail.com, Ingo Molnar , Andrew Morton , "Rafael J. Wysocki" , "H. Peter Anvin" , yasu.isimatu@gmail.com, isimatu.yasuaki@jp.fujitsu.com, kamezawa.hiroyu@jp.fujitsu.com, izumi.taku@jp.fujitsu.com, gongzhaogang@inspur.com, Len Brown , Len Brown , chen.tang@easystack.cn, x86@kernel.org, ACPI Devel Maling List , Linux Kernel Mailing List , Linux Memory Management List Subject: Re: [PATCH v6 0/5] Make cpuid <-> nodeid mapping persistent In-Reply-To: Message-ID: References: User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001,URIBL_BLOCKED=0.001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 17 Mar 2016, Rafael J. Wysocki wrote: > > arch/ia64/kernel/acpi.c | 2 +- > > arch/x86/include/asm/mpspec.h | 1 + > > arch/x86/kernel/acpi/boot.c | 8 ++- > > arch/x86/kernel/apic/apic.c | 85 +++++++++++++++++++++++++---- > > arch/x86/mm/numa.c | 27 +++++----- > > drivers/acpi/acpi_processor.c | 5 +- > > drivers/acpi/bus.c | 3 ++ > > drivers/acpi/processor_core.c | 122 ++++++++++++++++++++++++++++++++++-------- > > include/linux/acpi.h | 6 +++ > > 9 files changed, 208 insertions(+), 51 deletions(-) > > > > OK > > Since I know that there is demand for these changes, I'll queue them > up early for 4.7 if there are no comments from the x86 maintainers > till then. Acked-by: Thomas Gleixner