Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113367
b: refs/heads/master
c: 45e96f2
h: refs/heads/master
i:
  113365: 9fb32a6
  113363: 073ad07
  113359: f1421de
v: v3
  • Loading branch information
Ingo Molnar committed Oct 12, 2008
1 parent 46aa3ab commit 25e445a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 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: 30cec97967beb5aa08e893e8ff69623d5fecd9b7
refs/heads/master: 45e96f26f257bd873017c6244a6cafd27f6f5439
18 changes: 0 additions & 18 deletions trunk/arch/x86/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -989,22 +989,4 @@ static int __init setup_early_printk(char *buf)
return 0;
}

static void __init enable_debug_console(char *buf)
{
#ifdef DBGP_DEBUG
struct console *old_early_console = NULL;

if (early_console_initialized && early_console) {
old_early_console = early_console;
unregister_console(early_console);
early_console_initialized = 0;
}

setup_early_printk(buf);

if (early_console == old_early_console && old_early_console)
register_console(old_early_console);
#endif
}

early_param("earlyprintk", setup_early_printk);

0 comments on commit 25e445a

Please sign in to comment.