From: H. Peter Anvin Date: Wed, 31 Mar 2010 00:20:23 +0000 (-0700) Subject: core: remove stray debugging statement X-Git-Tag: syslinux-3.86-pre3^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=246798735d0628f23727b63234325b62084d8d5f;p=platform%2Fupstream%2Fsyslinux.git core: remove stray debugging statement Remove a stray debugging printout when running on Xen. Signed-off-by: H. Peter Anvin --- 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