Re: 2.6.7-rc1-bk: SMT scheduler bug / crashes on kernel boot

From: Nick Piggin
Date: Wed May 26 2004 - 06:48:11 EST


Anton Altaparmakov wrote:
On Wed, 2004-05-26 at 12:28, Nick Piggin wrote:

Anton Altaparmakov wrote:


The kernel shows a warning about the number of siblings being 2 but only
1 being detected. Perhaps this is the cause of the problem. Even if

Probably this is the cause of the problem.

What is the exact message?


You can see it in the PNG I attached in the original post. But here it
is copied out:

WARNING: 1 siblings found for CPU0, should be 2


OK thanks... I think I even wrote that :P

The problem is smp_num_siblings is set to 2, but phys_proc_id
doesn't seem to be set up right (or it could be cpu_callout_map).
That would cause the sched-domains to get set up wrong, sure. Maybe
we should just go bug in this case? Or try to fix up?

Anyone have any idea why this is happening?

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/