From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753340AbcJGOJd (ORCPT ); Fri, 7 Oct 2016 10:09:33 -0400 Received: from ud10.udmedia.de ([194.117.254.50]:46023 "EHLO mail.ud10.udmedia.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751201AbcJGOJa (ORCPT ); Fri, 7 Oct 2016 10:09:30 -0400 Date: Fri, 7 Oct 2016 16:09:26 +0200 From: Markus Trippelsdorf To: Thomas Gleixner Cc: One Thousand Gnomes , Gu Zheng , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org, Dou Liyang Subject: Re: Bogus "APIC: NR_CPUS/possible_cpus limit of 4 reached" messages Message-ID: <20161007140926.GA314@x4> References: <20161006112737.GA308@x4> <20161006124800.5a824dfc@lxorguk.ukuu.org.uk> <20161006115220.GB308@x4> <20161007132634.GA20654@x4> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2016.10.07 at 15:55 +0200, Thomas Gleixner wrote: > On Fri, 7 Oct 2016, Markus Trippelsdorf wrote: > > On 2016.10.06 at 13:52 +0200, Markus Trippelsdorf wrote: > > > On 2016.10.06 at 12:48 +0100, One Thousand Gnomes wrote: > > > > On Thu, 6 Oct 2016 13:27:37 +0200 > > > > Markus Trippelsdorf wrote: > > > > > > > > > On current trunk I get during boot: > > > > > > > > > > [ 0.000000] APIC: NR_CPUS/possible_cpus limit of 4 reached. Processor 4/0x84 ignored. > > > > > [ 0.000000] APIC: NR_CPUS/possible_cpus limit of 4 reached. Processor 5/0x85 ignored. > > > > > > > > > > I don't think these messages make much sense on a 4-core machine. > > > > > > > > > > > > > Four cores with or without hyperthreading ? > > > > > > Without. This is a rather old AMD machine (AMD Phenom II X4 955). > > That's due to the recent cpuid -> nodeid changes. The patch below should > fix it. Indeed it does. Thanks for the quick fix. -- Markus