Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27646
b: refs/heads/master
c: 973c789
h: refs/heads/master
v: v3
  • Loading branch information
Yoichi Yuasa authored and Ralf Baechle committed Jun 19, 2006
1 parent 78b3b9b commit 3919cda
Show file tree
Hide file tree
Showing 2 changed files with 6 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: c138e12f3a2e0421a4c8edf02587d2d394418679
refs/heads/master: 973c789742b4dc957cd7feb96cae98988dd0cf01
5 changes: 5 additions & 0 deletions trunk/arch/mips/cobalt/console.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ void __init cobalt_early_console(void)

printk("Cobalt: early console registered\n");
}

void __init disable_early_printk(void)
{
unregister_console(&cons_info);
}

0 comments on commit 3919cda

Please sign in to comment.