Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298503
b: refs/heads/master
c: 0fc7374
h: refs/heads/master
i:
  298501: 43d484d
  298499: 50cea3f
  298495: 68b29a1
v: v3
  • Loading branch information
Michal Simek committed Apr 2, 2012
1 parent 2d65bfe commit d06271a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 90c0d80daa82fa9cbaa85d1a787375b33877d2d4
refs/heads/master: 0fc7374bb5df938ef3d386e48ac9797d7651e9cc
2 changes: 2 additions & 0 deletions trunk/arch/microblaze/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ void __init remap_early_printk(void)
base_addr = (u32) ioremap(base_addr, PAGE_SIZE);
printk(KERN_CONT "0x%x\n", base_addr);

#ifdef CONFIG_MMU
/*
* Early console is on the top of skipped TLB entries
* decrease tlb_skip size ensure that hardcoded TLB entry will be
Expand All @@ -189,6 +190,7 @@ void __init remap_early_printk(void)
* cmp rX, orig_base_addr
*/
tlb_skip -= 1;
#endif
}

void __init disable_early_printk(void)
Expand Down

0 comments on commit d06271a

Please sign in to comment.