From 3919cda6304f6b7704743f1a4f1e5173b8344bda Mon Sep 17 00:00:00 2001 From: Yoichi Yuasa Date: Wed, 7 Jun 2006 09:53:34 +0900 Subject: [PATCH] --- yaml --- r: 27646 b: refs/heads/master c: 973c789742b4dc957cd7feb96cae98988dd0cf01 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/cobalt/console.c | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 986eb925ba63..55cb94d43f45 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c138e12f3a2e0421a4c8edf02587d2d394418679 +refs/heads/master: 973c789742b4dc957cd7feb96cae98988dd0cf01 diff --git a/trunk/arch/mips/cobalt/console.c b/trunk/arch/mips/cobalt/console.c index 45c2d27c7564..300797d5f558 100644 --- a/trunk/arch/mips/cobalt/console.c +++ b/trunk/arch/mips/cobalt/console.c @@ -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); +}