On Mon, Apr 25, 2005 at 18:42:11 +0200, Mattia Dongili wrote: > if you have a modular acpi you could simply remove acpi_ac and/or > acpi_battery to test if things are better.
I found what is the problem: CONFIG_ACPI_DEBUG=y in 2.6.11 (but not in 2.6.10) generates a lot of CPU load if you read information related to battery. time cat /proc/acpi/battery/*/* takes in 2.6.10: real 0m0.070s user 0m0.000s sys 0m0.057s and in 2.6.11: real 0m0.437s user 0m0.000s sys 0m0.432s With CONFIG_ACPI_DEBUG unset, everything seems ok... so at the moment I disable debug. ;) Thanks, Leonardo. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]