[kernel] r6909 - in dists/trunk/linux-2.6/debian: . patches/series

Martin Michlmayr tbm at costa.debian.org
Tue Jun 27 09:31:53 UTC 2006


Author: tbm
Date: Tue Jun 27 09:31:46 2006
New Revision: 6909

Added:
   dists/trunk/linux-2.6/debian/patches/mips-cobalt-console.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/2

Log:
Add a build fix for the Cobalt early console support.


Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Jun 27 09:31:46 2006
@@ -13,6 +13,7 @@
   [ Martin Michlmayr ]
   * [mipsel] Fix compilation error in dz serial driver.
   * [mipsel] Update configs.
+  * [mipsel] Add a build fix for the Cobalt early console support.
 
  -- Jurij Smakov <jurij at debian.org>  Sat, 24 Jun 2006 10:54:59 -0700
 

Added: dists/trunk/linux-2.6/debian/patches/mips-cobalt-console.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/mips-cobalt-console.patch	Tue Jun 27 09:31:46 2006
@@ -0,0 +1,22 @@
+From: Yoichi Yuasa <yoichi_yuasa at tripeaks.co.jp>
+Date: Wed, 7 Jun 2006 00:53:34 +0000 (+0900)
+Subject: [MIPS] Cobalt: Fix undefined reference to disable_early_printk.
+X-Git-Url: http://www.linux-mips.org/git?p=linux.git;a=commitdiff;h=973c789742b4dc957cd7feb96cae98988dd0cf01
+
+[MIPS] Cobalt: Fix undefined reference to disable_early_printk.
+
+Signed-off-by: Yoichi Yuasa <yoichi_yuasa at tripeaks.co.jp>
+Signed-off-by: Ralf Baechle <ralf at linux-mips.org>
+---
+
+--- a/arch/mips/cobalt/console.c
++++ b/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);
++}

Modified: dists/trunk/linux-2.6/debian/patches/series/2
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/2	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/2	Tue Jun 27 09:31:46 2006
@@ -1 +1,2 @@
 + serial-dz.patch
++ mips-cobalt-console.patch



More information about the Kernel-svn-changes mailing list