Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217146
b: refs/heads/master
c: 9a7e8d8
h: refs/heads/master
v: v3
  • Loading branch information
Michal Simek committed Oct 21, 2010
1 parent a0e865e commit 7df527e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2af9ebe951bb12434e9f10cd1f0f83943ef3f54b
refs/heads/master: 9a7e8d805ea042a7f37c8d3cef8350db63df9d57
3 changes: 2 additions & 1 deletion trunk/arch/microblaze/kernel/early_printk.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static struct console early_serial_uartlite_console = {
.index = -1,
};

static struct console *early_console = &early_serial_uartlite_console;
static struct console *early_console;

void early_printk(const char *fmt, ...)
{
Expand All @@ -90,6 +90,7 @@ int __init setup_early_printk(char *opt)
#ifdef CONFIG_MMU
early_console_reg_tlb_alloc(base_addr);
#endif
early_console = &early_serial_uartlite_console;
early_printk("early_printk_console is enabled at 0x%08x\n",
base_addr);

Expand Down

0 comments on commit 7df527e

Please sign in to comment.