Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80535
b: refs/heads/master
c: adafdf6
h: refs/heads/master
i:
  80533: c6c1a81
  80531: 122f862
  80527: 6d71f35
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 78a3e6c commit bf66862
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6eade8ff461fdf13ec6780602eb5618e0bdaa972
refs/heads/master: adafdf6a4e45f2d1051e10aebe13025e89dbdf6d
8 changes: 4 additions & 4 deletions trunk/arch/x86/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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();
}
Expand Down Expand Up @@ -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();
}
Expand Down

0 comments on commit bf66862

Please sign in to comment.