From 89ec5fa741f415296c6d6c83da5bad32710aaa38 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 21 May 2009 16:15:42 -0700 Subject: idle: set NoHalt back to 0 as it should be NoHalt was set to 1 temporarily for debugging; return it to 0. Signed-off-by: H. Peter Anvin --- core/idle.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/idle.inc b/core/idle.inc index 67a5c3ed..bd134ff6 100644 --- a/core/idle.inc +++ b/core/idle.inc @@ -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 -- cgit v1.2.1