In-Reply-To: <[EMAIL PROTECTED]> On Wed, 1 Mar 2006 18:03:17, Dave Jones wrote:
> (17:59:38:[EMAIL PROTECTED]:~)$ cat > /sys/devices/system/cpu/cpu0/topology/core_siblings > 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000001 > (17:59:47:[EMAIL PROTECTED]:~)$ cat > /sys/devices/system/cpu/cpu1/topology/core_siblings > 00000000,00000000,00000000,00000000,00000000,00000000,00000000,00000002 > > Neither of these CPUs are HT / dual-core, so shouldn't these be the same ? Those are bitmaps. 1 => only bit 0 is set => CPU 0 is all alone. Did you really build a 256-CPU SMP kernel or is ACPI ignoring CONFIG_NR_CPUS or something? -- Chuck "The sleet in Crete falls neatly in the street." - To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
