From 94e340b22aa97821333b26dfcd29ac692ffc961e Mon Sep 17 00:00:00 2001 From: Myles Watson Date: Tue, 10 Feb 2009 03:02:05 +0000 Subject: Change 0x%p to %p. Thanks Stefan for catching the one I introduced in 3931. Signed-off-by: Myles Watson Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3933 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/boot/pirq_routing.c | 2 +- src/boot/elfboot.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/arch/i386/boot/pirq_routing.c b/src/arch/i386/boot/pirq_routing.c index 6b4e75f0ad..7f9d0924a1 100644 --- a/src/arch/i386/boot/pirq_routing.c +++ b/src/arch/i386/boot/pirq_routing.c @@ -25,7 +25,7 @@ static void check_pirq_routing_table(struct irq_routing_table *rt) for (i = 0; i < rt->size; i++) sum += addr[i]; - printk_debug("%s(): Interrupt Routing Table located at 0x%p.\n", + printk_debug("%s(): Interrupt Routing Table located at %p.\n", __FUNCTION__, addr); diff --git a/src/boot/elfboot.c b/src/boot/elfboot.c index 7caa4673fa..33baee3fe9 100644 --- a/src/boot/elfboot.c +++ b/src/boot/elfboot.c @@ -590,7 +590,7 @@ int elfload(struct lb_memory *mem, /* Reset to booting from this image as late as possible */ boot_successful(); - printk_debug("Jumping to boot code at 0x%p\n", entry); + printk_debug("Jumping to boot code at %p\n", entry); post_code(0xfe); /* Jump to kernel */ -- cgit v1.2.3