summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/swtch.s
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/amd64/swtch.s')
-rw-r--r--sys/amd64/amd64/swtch.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/swtch.s b/sys/amd64/amd64/swtch.s
index daedb20..3e98862 100644
--- a/sys/amd64/amd64/swtch.s
+++ b/sys/amd64/amd64/swtch.s
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: swtch.s,v 1.38 1996/07/31 09:25:53 davidg Exp $
+ * $Id: swtch.s,v 1.39 1996/07/31 12:36:11 bde Exp $
*/
#include "apm.h"
@@ -263,7 +263,7 @@ idle_loop:
testl %eax, %eax
jnz idle_loop
sti
-#if NAPM > 0
+#if NAPM > 0 && defined(APM_IDLE_CPU)
call _apm_cpu_idle
call _apm_cpu_busy
#else
OpenPOWER on IntegriCloud