From bf66862884bf05859c93bb7a567e7e4841023c01 Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Wed, 30 Jan 2008 13:34:08 +0100 Subject: [PATCH] --- yaml --- r: 80535 b: refs/heads/master c: adafdf6a4e45f2d1051e10aebe13025e89dbdf6d h: refs/heads/master i: 80533: c6c1a8167b24fb2fabd75c801b67cb838a7c416d 80531: 122f862eff5ac6cdeb778bafd1be3f8b1fc4771a 80527: 6d71f35bd48facfe9e11aa63bd3aaac0ce7a356e v: v3 --- [refs] | 2 +- trunk/arch/x86/mm/ioremap.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index b5e3b501c6d4..0f5f2b698ccb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6eade8ff461fdf13ec6780602eb5618e0bdaa972 +refs/heads/master: adafdf6a4e45f2d1051e10aebe13025e89dbdf6d diff --git a/trunk/arch/x86/mm/ioremap.c b/trunk/arch/x86/mm/ioremap.c index 6a9a1418bc98..ac9ab20d8092 100644 --- a/trunk/arch/x86/mm/ioremap.c +++ b/trunk/arch/x86/mm/ioremap.c @@ -293,7 +293,7 @@ void __init early_ioremap_init(void) unsigned long *pgd; if (early_ioremap_debug) - printk(KERN_DEBUG "early_ioremap_init()\n"); + printk(KERN_INFO "early_ioremap_init()\n"); pgd = early_ioremap_pgd(fix_to_virt(FIX_BTMAP_BEGIN)); *pgd = __pa(bm_pte) | _PAGE_TABLE; @@ -322,7 +322,7 @@ void __init early_ioremap_clear(void) unsigned long *pgd; if (early_ioremap_debug) - printk(KERN_DEBUG "early_ioremap_clear()\n"); + printk(KERN_INFO "early_ioremap_clear()\n"); pgd = early_ioremap_pgd(fix_to_virt(FIX_BTMAP_BEGIN)); *pgd = 0; @@ -408,7 +408,7 @@ void __init *early_ioremap(unsigned long phys_addr, unsigned long size) nesting = early_ioremap_nested; if (early_ioremap_debug) { - printk(KERN_DEBUG "early_ioremap(%08lx, %08lx) [%d] => ", + printk(KERN_INFO "early_ioremap(%08lx, %08lx) [%d] => ", phys_addr, size, nesting); dump_stack(); } @@ -470,7 +470,7 @@ void __init early_iounmap(void *addr, unsigned long size) WARN_ON(nesting < 0); if (early_ioremap_debug) { - printk(KERN_DEBUG "early_iounmap(%p, %08lx) [%d]\n", addr, + printk(KERN_INFO "early_iounmap(%p, %08lx) [%d]\n", addr, size, nesting); dump_stack(); }