[kernel] r11520 - in dists/trunk/linux-2.6/debian: . config/arm

Martin Michlmayr tbm at alioth.debian.org
Wed Jun 4 17:29:37 UTC 2008


Author: tbm
Date: Wed Jun  4 17:29:36 2008
New Revision: 11520

Log:
[arm/iop32x, arm/ixp4xx, arm/versatile] Enable ARM_THUMB (closes: #484524).


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/arm/config.iop32x
   dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
   dists/trunk/linux-2.6/debian/config/arm/config.versatile

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Wed Jun  4 17:29:36 2008
@@ -42,6 +42,7 @@
   * [arm/orion5x] Disable more SCSI drivers.
   * [arm/ixp4xx] Disable ATA and more SCSI and network drivers.
   * [arm/versatile] Enable CONFIG_RTC_DRV_PL031.
+  * [arm/iop32x, arm/ixp4xx, arm/versatile] Enable ARM_THUMB (closes: #484524).
 
   [ Ian Campbell ]
   * Readme.build updated on how to generate orig tarballs.

Modified: dists/trunk/linux-2.6/debian/config/arm/config.iop32x
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.iop32x	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.iop32x	Wed Jun  4 17:29:36 2008
@@ -60,7 +60,7 @@
 ##
 ## file: arch/arm/mm/Kconfig
 ##
-# CONFIG_ARM_THUMB is not set
+CONFIG_ARM_THUMB=y
 
 ##
 ## file: block/Kconfig

Modified: dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.ixp4xx	Wed Jun  4 17:29:36 2008
@@ -66,7 +66,7 @@
 ##
 ## file: arch/arm/mm/Kconfig
 ##
-# CONFIG_ARM_THUMB is not set
+CONFIG_ARM_THUMB=y
 # CONFIG_CPU_BIG_ENDIAN is not set
 
 ##

Modified: dists/trunk/linux-2.6/debian/config/arm/config.versatile
==============================================================================
--- dists/trunk/linux-2.6/debian/config/arm/config.versatile	(original)
+++ dists/trunk/linux-2.6/debian/config/arm/config.versatile	Wed Jun  4 17:29:36 2008
@@ -65,7 +65,7 @@
 ## file: arch/arm/mm/Kconfig
 ##
 CONFIG_CPU_ARM926T=y
-# CONFIG_ARM_THUMB is not set
+CONFIG_ARM_THUMB=y
 # CONFIG_CPU_ICACHE_DISABLE is not set
 # CONFIG_CPU_DCACHE_DISABLE is not set
 # CONFIG_CPU_DCACHE_WRITETHROUGH is not set



More information about the Kernel-svn-changes mailing list