From ff66f4c54d6620454fb8b18a0ced9f067d258d3b Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 30 Jan 2008 13:33:08 +0100 Subject: [PATCH] --- yaml --- r: 80267 b: refs/heads/master c: e91a3b4353577c7d38b77dd1293fc3d0a173e8e6 h: refs/heads/master i: 80265: b490cdc5da53307633bd802e892cb03557410f88 80263: 047a5adf7e8dd10341dbf94f4c9028304047c5d3 v: v3 --- [refs] | 2 +- trunk/arch/x86/kernel/mpparse_32.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 4e1800ea816d..fdd09fbb3de2 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aafbd7eb2057edfc9a17b258e3f0258a4e6d8198 +refs/heads/master: e91a3b4353577c7d38b77dd1293fc3d0a173e8e6 diff --git a/trunk/arch/x86/kernel/mpparse_32.c b/trunk/arch/x86/kernel/mpparse_32.c index a4c05372626b..cc06eae1b037 100644 --- a/trunk/arch/x86/kernel/mpparse_32.c +++ b/trunk/arch/x86/kernel/mpparse_32.c @@ -721,7 +721,7 @@ static int __init smp_scan_config (unsigned long base, unsigned long length) unsigned long *bp = phys_to_virt(base); struct intel_mp_floating *mpf; - Dprintk("Scan SMP from %p for %ld bytes.\n", bp,length); + printk(KERN_INFO "Scan SMP from %p for %ld bytes.\n", bp,length); if (sizeof(*mpf) != 16) printk("Error: MPF size\n"); @@ -734,8 +734,8 @@ static int __init smp_scan_config (unsigned long base, unsigned long length) || (mpf->mpf_specification == 4)) ) { smp_found_config = 1; - printk(KERN_INFO "found SMP MP-table at %08lx\n", - virt_to_phys(mpf)); + printk(KERN_INFO "found SMP MP-table at [%p] %08lx\n", + mpf, virt_to_phys(mpf)); reserve_bootmem(virt_to_phys(mpf), PAGE_SIZE); if (mpf->mpf_physptr) { /*