summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-07-07 14:54:53 -0700
committerH. Peter Anvin <hpa@zytor.com>2008-07-07 14:54:53 -0700
commitca32f3d1846facf0e8c669e58bbacf5b50affe52 (patch)
treed5a9eb1bd06583de6cfbb94966e464e6bd78be97
parent4ffdc079cdbd5e752f7efd83c19d8c057dfcc47b (diff)
downloadsyslinux-ca32f3d1846facf0e8c669e58bbacf5b50affe52.tar.gz
comboot: re-enable the idle callsyslinux-3.71-pre5
Try again to enable the idle call.
-rw-r--r--core/comboot.inc6
1 files 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
;