Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57773
b: refs/heads/master
c: 220ddc0
h: refs/heads/master
i:
  57771: ff0ae66
v: v3
  • Loading branch information
Milton Miller authored and Paul Mackerras committed Jun 14, 2007
1 parent b17b7e2 commit 1f09a41
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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: c63c4faa8cf055319c7ed557d2050c1c3776fac5
refs/heads/master: 220ddc0847ebd42d18ee78c7e1c2f4c2e3be637d
8 changes: 7 additions & 1 deletion trunk/arch/powerpc/kernel/udbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,18 @@ static struct console udbg_console = {

static int early_console_initialized;

/* called by setup_system */
/*
* Called by setup_system after ppc_md->probe and ppc_md->early_init.
* Call it again after setting udbg_putc in ppc_md->setup_arch.
*/
void register_early_udbg_console(void)
{
if (early_console_initialized)
return;

if (!udbg_putc)
return;

if (strstr(boot_command_line, "udbg-immortal")) {
printk(KERN_INFO "early console immortal !\n");
udbg_console.flags &= ~CON_BOOT;
Expand Down

0 comments on commit 1f09a41

Please sign in to comment.