aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/boot/x86_64.S
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-23 14:42:52 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-23 14:42:52 +0100
commitdf8899751874cf3aaf1837722782636b3fba6fba (patch)
treeeb7e3f2b6be8eca9f6f3418feebd3f043fd5e711 /xen/arch/x86/boot/x86_64.S
parent63175f19937279f5fc4526af8de976ee01136d80 (diff)
downloadxen-df8899751874cf3aaf1837722782636b3fba6fba.tar.gz
xen-df8899751874cf3aaf1837722782636b3fba6fba.tar.bz2
xen-df8899751874cf3aaf1837722782636b3fba6fba.zip
[XEN] Remove definition of printf. All users are switched to printk.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/arch/x86/boot/x86_64.S')
-rw-r--r--xen/arch/x86/boot/x86_64.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/boot/x86_64.S b/xen/arch/x86/boot/x86_64.S
index 0ab117f141..334f929888 100644
--- a/xen/arch/x86/boot/x86_64.S
+++ b/xen/arch/x86/boot/x86_64.S
@@ -186,7 +186,7 @@ ignore_int:
cld
leaq int_msg(%rip),%rdi
xorl %eax,%eax
- call printf
+ call printk
1: jmp 1b