CONFIG_ACPI_PROCESSOR=y confuses the cpu scheduler

From: Diego Calleja
Date: Wed Jan 18 2006 - 19:19:31 EST


If I compile CONFIG_ACPI_PROCESSOR in the kernel, one of the two cpus
doesn't get scheduled any process. The CPU works and everything, it
services interrupts and I can force processes to run on that CPU
with taskset, but they won't get scheduled in that CPU no matter
how much processes and load you put on the machine.

However, when I compile it as a module everything works fine. I can't
say when this started happening; I noticed it in the current linus
git tree from a couple of days ago, but testing 2.6.15-rc7 didn't
help. The machine is a dual P3 machine.

Here's a working dmesg: http://terra.es/personal/diegocg/dmesg-acpi
a dmesg of the machine after setting CONFIG_ACPI_PROCESSOR to y:
http://terra.es/personal/diegocg/dmesg-acpi-no
and a acpidump output: http://terra.es/personal/diegocg/acpidump


-
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/