[syslinux:master] core: remove stray debugging statement

syslinux-bot for H. Peter Anvin hpa at zytor.com
Tue Mar 30 17:21:08 PDT 2010


Commit-ID:  246798735d0628f23727b63234325b62084d8d5f
Gitweb:     http://syslinux.zytor.com/commit/246798735d0628f23727b63234325b62084d8d5f
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Tue, 30 Mar 2010 17:20:23 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Tue, 30 Mar 2010 17:20:23 -0700

core: remove stray debugging statement

Remove a stray debugging printout when running on Xen.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 core/cpuinit.inc |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/core/cpuinit.inc b/core/cpuinit.inc
index 6af1bf8..cad9b81 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
 



More information about the Syslinux-commits mailing list