From 246798735d0628f23727b63234325b62084d8d5f Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 30 Mar 2010 17:20:23 -0700 Subject: core: remove stray debugging statement Remove a stray debugging printout when running on Xen. Signed-off-by: H. Peter Anvin --- core/cpuinit.inc | 2 -- 1 file changed, 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 -- cgit v1.2.1