http://bugme.osdl.org/show_bug.cgi?id=3686
------- Additional Comments From luming.yu@... 2004-11-10 07:50 -------
9: 239543 XT-PIC acpi
This should be sci storm. To verify it, please apply the following patches one
by one, and see which patch could make the symptom disappear:
--- edited/drivers/acpi/ec.0 2004-11-11 00:01:30.000000000 +0800
+++ edited/drivers/acpi/ec.c 2004-11-11 00:03:13.000000000 +0800
@@ -395,9 +395,14 @@
acpi_disable_gpe(NULL, ec->gpe_bit, ACPI_ISR);
+#if 0
status = acpi_os_queue_for_execution(OSD_PRIORITY_GPE,
acpi_ec_gpe_query, ec);
+#endif
+ status = AE_OK;
+
+
if (status == AE_OK)
return ACPI_INTERRUPT_HANDLED;
else
--- edited/drivers/acpi/events/evgpe.c.1 2004-11-11 00:10:44.000000000
+0800
+++ edited/drivers/acpi/events/evgpe.c 2004-11-11 00:09:28.000000000 +0800
@@ -668,6 +668,7 @@
* Execute the method associated with the GPE
* NOTE: Level-triggered GPEs are cleared after the method
completes.
*/
+#if 0
if (ACPI_FAILURE (acpi_os_queue_for_execution
(OSD_PRIORITY_GPE,
acpi_ev_asynch_execute_gpe_method,
gpe_event_info))) {
@@ -675,6 +676,7 @@
"acpi_ev_gpe_dispatch: Unable to queue handler
for GPE[%2X], event is disabled\n",
gpe_number));
}
+#endif
break;
default:
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
|