idle: set NoHalt back to 0 as it should be syslinux-3.81-pre10
authorH. Peter Anvin <hpa@zytor.com>
Thu, 21 May 2009 23:15:42 +0000 (16:15 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 21 May 2009 23:15:42 +0000 (16:15 -0700)
NoHalt was set to 1 temporarily for debugging; return it to 0.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/idle.inc

index 67a5c3e..bd134ff 100644 (file)
@@ -70,7 +70,7 @@ do_idle:
 
                section .data
 IdleHook       dw do_idle.ret
-NoHalt         dw 1
+NoHalt         dw 0
 
 hlt_err                db 'ERROR: idle with IF=0', CR, LF, 0