On Mon, Jan 29, 2001 at 11:55:44AM +0100, Ondrej Sury wrote:
>Harold Oga <[EMAIL PROTECTED]> writes:
>
>> Hi,
>>    I'm seeing similar problems with my system on 2.4.1-pre10.  This is an
>> AMD Thunderbird 900, MSI K7T Pro2-A mobo w/VIA KT133 chipset, UP, ide/scsi
>> mix.  2.4.1-pre10 works fine if I don't configure ACPI.  I'll try to
>> narrow down when this problem started showing up later today, as I
>> initially moved from 2.4.1-pre3 straight to 2.4.1-pre10.
>
>It's something between pre9 and pre10, and probably it's VIA chipset
>problem.
Hi,
   Ok, it appears that I have 2.4.1-pre10 working properly again.  Looks
like the changes Andy made to the acpi_idle stuff was the problem.  I made
the change Andy suggested on the acpi list, namely commenting out the line
"pm_idle = acpi_idle;" at the bottom of /usr/src/linux/drivers/acpi/cpu.c,
which seems to fix the problem.

This patch makes it clear what I did:
--- linux/drivers/acpi/cpu.c.orig       Mon Jan 29 15:19:21 2001
+++ linux/drivers/acpi/cpu.c    Mon Jan 29 15:22:14 2001
@@ -329,12 +329,5 @@
        acpi_pm_timer_init();


-#ifdef CONFIG_SMP
-       if (smp_num_cpus == 1)
-               pm_idle = acpi_idle;
-#else
-       pm_idle = acpi_idle;
-#endif
-
        return 0;
 }

-Harold  
-- 
"Life sucks, deal with it!"
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to