summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-03-30 17:20:23 -0700
committerH. Peter Anvin <hpa@zytor.com>2010-03-30 17:20:23 -0700
commit246798735d0628f23727b63234325b62084d8d5f (patch)
tree2abd75bdadcb1cfecd44e4049415713986e8341d
parentdcecb9f395f3ca0da3df774cb6102d885894bf84 (diff)
downloadsyslinux-3.86-pre3.tar.gz
core: remove stray debugging statementsyslinux-3.86-pre3
Remove a stray debugging printout when running on Xen. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--core/cpuinit.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/cpuinit.inc b/core/cpuinit.inc
index 6af1bf81..cad9b814 100644
--- a/core/cpuinit.inc
+++ b/core/cpuinit.inc
@@ -77,8 +77,6 @@ check_xen:
; We're on Xen...
mov eax,0x40000001
cpuid
- call writehex8
- call crlf
cmp eax,0x00030003
jae .not_xen ; Xen >= 3.3, not affected