projects
/
platform
/
upstream
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4558c4f
)
idle: set NoHalt back to 0 as it should be
syslinux-3.81-pre10
author
H. Peter Anvin
<hpa@zytor.com>
Thu, 21 May 2009 23:15:42 +0000
(16:15 -0700)
committer
H. 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
patch
|
blob
|
history
diff --git
a/core/idle.inc
b/core/idle.inc
index
67a5c3e
..
bd134ff
100644
(file)
--- 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