From: Jan Engelhardt <jengelh@xxxxxxxxxx> Date: Fri, 21 Jan 2011 01:40:03 +0100 (CET) > Did I get something wrong? Is perhaps the Machine Description not > expressive enough to figure out how many packages (CPU sockets) there > are? This is simply how we number physical packages and "cores" on Niagara. CPU sockets are represented by NUMA nodes. We need three layers of scheduler grouping, and those are the three layers provided by the kernel's generic hierarchy: NUMA node --> physical_package --> core Inside the CPU socket we need two layers of scheduler grouping, so that's how I decided to implement things. So it's intentional and on purpose. -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html