[kernel] r9683 - in dists/trunk/linux-2.6/debian: . patches/bugfix/mips patches/series

Martin Michlmayr tbm at alioth.debian.org
Tue Oct 30 07:36:06 UTC 2007


Author: tbm
Date: Tue Oct 30 07:36:06 2007
New Revision: 9683

Log:
IP22: Disable EARLY PRINTK because it breaks serial console.


Added:
   dists/trunk/linux-2.6/debian/patches/bugfix/mips/ip22-disable-early-printk.patch
Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/patches/series/1~experimental.1

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Oct 30 07:36:06 2007
@@ -39,6 +39,7 @@
     enable NFSv4 and ip6tables support requested by Wouter Verhelst.
   * [arm/iop32x] Enable Intel IOP ADMA support.
   * [arm] Mark BCM43XX as broken on ARM.
+  * [mips/r4k-ip22] Disable EARLY PRINTK because it breaks serial console.
 
   [ Bastian Blank ]
   * Add unpriviledged only Xen support.

Added: dists/trunk/linux-2.6/debian/patches/bugfix/mips/ip22-disable-early-printk.patch
==============================================================================
--- (empty file)
+++ dists/trunk/linux-2.6/debian/patches/bugfix/mips/ip22-disable-early-printk.patch	Tue Oct 30 07:36:06 2007
@@ -0,0 +1,27 @@
+From:	tsbogend at alpha.franken.de (Thomas Bogendoerfer)
+Date:	Tue, 11 Sep 2007 12:44:59 +0200
+To:	linux-mips at linux-mips.org
+Subject: [PATCH] IP22: Disable EARLY PRINTK, because it breaks serial console
+
+Disable EARLY PRINTK, because it breaks serial console
+
+Signed-off-by: Thomas Bogendoerfer <tsbogend at alpha.franken.de>
+---
+ arch/mips/Kconfig |    1 -
+ 1 files changed, 0 insertions(+), 1 deletions(-)
+
+diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
+index 3b807b4..1f0502d 100644
+--- a/arch/mips/Kconfig
++++ b/arch/mips/Kconfig
+@@ -334,7 +334,6 @@ config SGI_IP22
+ 	select SWAP_IO_SPACE
+ 	select SYS_HAS_CPU_R4X00
+ 	select SYS_HAS_CPU_R5000
+-	select SYS_HAS_EARLY_PRINTK
+ 	select SYS_SUPPORTS_32BIT_KERNEL
+ 	select SYS_SUPPORTS_64BIT_KERNEL
+ 	select SYS_SUPPORTS_BIG_ENDIAN
+-- 
+1.4.4.4
+

Modified: dists/trunk/linux-2.6/debian/patches/series/1~experimental.1
==============================================================================
--- dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	(original)
+++ dists/trunk/linux-2.6/debian/patches/series/1~experimental.1	Tue Oct 30 07:36:06 2007
@@ -17,6 +17,7 @@
 + bugfix/mips/tulip_dc21143.patch
 + bugfix/mips/cobalt-ide-resources.patch
 + bugfix/mips/bcm1480-pci-build-fix.patch
++ bugfix/mips/ip22-disable-early-printk.patch
 + features/arm/ixp4xx-npe-driver-0.3.1.patch
 + features/arm/ixp4xx-net-driver-improve-mac-handling.patch
 + features/arm/nslu2-i2c-gpio-driver-support.patch



More information about the Kernel-svn-changes mailing list