PERFORCE change 54114 for review

Peter Wemm peter at FreeBSD.org
Thu Jun 3 14:53:03 PDT 2004


http://perforce.freebsd.org/chv.cgi?CH=54114

Change 54114 by peter at peter_daintree on 2004/06/03 14:52:50

	hack: dont hang at shutdown with acpi enabled.

Affected files ...

.. //depot/projects/hammer/sys/dev/acpica/acpi_cpu.c#20 edit

Differences ...

==== //depot/projects/hammer/sys/dev/acpica/acpi_cpu.c#20 (text+ko) ====

@@ -377,8 +377,10 @@
 
     /* Wait for all processors to exit acpi_cpu_idle(). */
     smp_rendezvous(NULL, NULL, NULL, NULL);
+#if 0
     while (cpu_idle_busy > 0)
 	DELAY(1);
+#endif
 
     return_VALUE (0);
 }


More information about the p4-projects mailing list