summaryrefslogtreecommitdiff
path: root/core/pxelinux.asm
diff options
context:
space:
mode:
authorMatt Fleming <matt.fleming@intel.com>2013-07-02 14:51:26 +0100
committerMatt Fleming <matt.fleming@intel.com>2013-07-03 22:21:07 +0100
commitbfd6b76bec6f2eadd48be2632dd96518bba66d40 (patch)
tree47f9dcea724d2e3dbe4a3a68e91aaf67786aa0bc /core/pxelinux.asm
parent02deada161fdc5639159ca4e3991665d6cc46f2d (diff)
downloadsyslinux-bfd6b76bec6f2eadd48be2632dd96518bba66d40.tar.gz
idle: Consolidate idle implementations
Duplicate code is bad. Move all the idle code to C and delete the old assembly stuff. Signed-off-by: Matt Fleming <matt.fleming@intel.com>
Diffstat (limited to 'core/pxelinux.asm')
-rw-r--r--core/pxelinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/pxelinux.asm b/core/pxelinux.asm
index 414078a6..9d7156cd 100644
--- a/core/pxelinux.asm
+++ b/core/pxelinux.asm
@@ -341,7 +341,7 @@ kaboom:
.wait2: mov dx,[BIOS_timer]
.wait3: call pollchar
jnz .keypress
- call do_idle
+ pm_call __idle
cmp dx,[BIOS_timer]
je .wait3
loop .wait2,ecx