From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: [tip:x86/apic] x86/acpi: Introduce persistent storage for cpuid <-> apicid mapping Date: Fri, 7 Oct 2016 14:50:07 +0200 (CEST) Message-ID: References: <1472114120-3281-4-git-send-email-douly.fnst@cn.fujitsu.com> <4608f474-c49e-550b-90e2-c5f4c25e00f5@cn.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Return-path: Received: from Galois.linutronix.de ([146.0.238.70]:44072 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755856AbcJGMwx (ORCPT ); Fri, 7 Oct 2016 08:52:53 -0400 In-Reply-To: Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: Dou Liyang Cc: Yinghai Lu , Linux Kernel Mailing List , Ingo Molnar , "H. Peter Anvin" , "linux-tip-commits@vger.kernel.org" , Tony Luck , "Rafael J. Wysocki" , "lenb@kernel.org" , "Zheng, Lv" , robert.moore@intel.com, linux-acpi@vger.kernel.org On Fri, 7 Oct 2016, Dou Liyang wrote: > Is it possible that the "-1/oxffffffff" could appear in the MADT which is one > of the ACPI tables? According to the SDM the x2apic id is a 32bit ID, so 0xffffffff is a legitimate value. Thanks, tglx