From ca32f3d1846facf0e8c669e58bbacf5b50affe52 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 7 Jul 2008 14:54:53 -0700 Subject: [PATCH] comboot: re-enable the idle call Try again to enable the idle call. --- core/comboot.inc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/comboot.inc b/core/comboot.inc index 58bee25e..5367f6f7 100644 --- a/core/comboot.inc +++ b/core/comboot.inc @@ -763,18 +763,16 @@ comapi_shuffle: ; *** FIX THIS *** ; The idle call seems to have detrimental effects on some machines when ; called from a COM32 context (WHY?) -- disable it for now. +; *** IS THIS STILL TRUE? *** ; -%if 0 ; def HAVE_IDLE - +%ifdef HAVE_IDLE comapi_idle: DO_IDLE clc ret %else - comapi_idle equ comapi_err - %endif ; -- 2.11.4.GIT