summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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