Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56002
b: refs/heads/master
c: 36ea1d5
h: refs/heads/master
v: v3
  • Loading branch information
Franck Bui-Huu authored and Ralf Baechle committed May 11, 2007
1 parent 834d064 commit 86c8f10
Show file tree
Hide file tree
Showing 2 changed files with 7 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: ca4437d4a58147aa975f3b4ad8f6cb35dfa43bdc
refs/heads/master: 36ea1d57a4bb7d033b5f99f13c08f9af56cd70d7
6 changes: 6 additions & 0 deletions trunk/arch/mips/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ static struct console early_console __initdata = {
.index = -1
};

static int early_console_initialized __initdata;

void __init setup_early_printk(void)
{
if (early_console_initialized)
return;
early_console_initialized = 1;

register_console(&early_console);
}

0 comments on commit 86c8f10

Please sign in to comment.