Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jun 2004 14:52:54 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54114 for review
Message-ID:  <200406032152.i53Lqs1w036829@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=54114

Change 54114 by peter@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);
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406032152.i53Lqs1w036829>