From mboxrd@z Thu Jan 1 00:00:00 1970 From: Edwin Bennink Subject: Read the local apic id of the current logical processor Date: Thu, 20 Jan 2011 11:38:14 +0100 Message-ID: <4D381096.9020609@svi.nl> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-smp-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-smp@vger.kernel.org Dear smp list members, I'm looking for a way to read the local apic id (not the initial one) of the current logical processor in a simple user-space program. According to the documentation I found, this local apic id is stored in a memory mapped msr register. Unfortunately I could not find a way to access this value from within user-space. All search results on the web involved kernel code... The purpose of getting this id is to determine the processor hierarchy on a cluster; i.e. the number of logical processors, physical processors, packages, and nodes. The initial apic id (the one cpuid returns) is set by the bios and therefore it does not distinguish between the nodes in a cluster. Any other way to get some kind of node id for the current logical processor makes me happy too :-) Best, Edwin