[kernel] r8733 - in dists/trunk/linux-2.6/debian/arch: alpha hppa ia64 m68k powerpc s390

Maximilian Attems maks at alioth.debian.org
Wed May 23 11:58:05 UTC 2007


Author: maks
Date: Wed May 23 11:58:05 2007
New Revision: 8733

Log:
CLEAN_COMPILE is gone from Kconfig since more than one year,
to resurrect a b0rked driver edit init/Kconfig for config BROKEN
see cea6933f946da514169009e5e3b02c48de60aab1


Modified:
   dists/trunk/linux-2.6/debian/arch/alpha/config
   dists/trunk/linux-2.6/debian/arch/hppa/config
   dists/trunk/linux-2.6/debian/arch/ia64/config
   dists/trunk/linux-2.6/debian/arch/m68k/config.amiga
   dists/trunk/linux-2.6/debian/arch/m68k/config.atari
   dists/trunk/linux-2.6/debian/arch/m68k/config.bvme6000
   dists/trunk/linux-2.6/debian/arch/m68k/config.hp
   dists/trunk/linux-2.6/debian/arch/m68k/config.mac
   dists/trunk/linux-2.6/debian/arch/m68k/config.mvme147
   dists/trunk/linux-2.6/debian/arch/m68k/config.mvme16x
   dists/trunk/linux-2.6/debian/arch/m68k/config.q40
   dists/trunk/linux-2.6/debian/arch/m68k/config.sun3
   dists/trunk/linux-2.6/debian/arch/powerpc/config
   dists/trunk/linux-2.6/debian/arch/powerpc/config.apus
   dists/trunk/linux-2.6/debian/arch/s390/config

Modified: dists/trunk/linux-2.6/debian/arch/alpha/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/alpha/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/alpha/config	Wed May 23 11:58:05 2007
@@ -3,7 +3,6 @@
 CONFIG_RWSEM_XCHGADD_ALGORITHM=y
 CONFIG_GENERIC_ISA_DMA=y
 # CONFIG_GENERIC_IOMAP is not set
-CONFIG_CLEAN_COMPILE=y
 # CONFIG_IKCONFIG is not set
 # CONFIG_KALLSYMS_ALL is not set
 CONFIG_ALPHA_GENERIC=y

Modified: dists/trunk/linux-2.6/debian/arch/hppa/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/hppa/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/hppa/config	Wed May 23 11:58:05 2007
@@ -7,7 +7,6 @@
 CONFIG_GENERIC_IRQ_PROBE=y
 CONFIG_ISA_DMA_API=y
 CONFIG_EXPERIMENTAL=y
-CONFIG_CLEAN_COMPILE=y
 CONFIG_INIT_ENV_ARG_LIMIT=32
 CONFIG_LOCALVERSION=""
 CONFIG_SWAP=y

Modified: dists/trunk/linux-2.6/debian/arch/ia64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/ia64/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/ia64/config	Wed May 23 11:58:05 2007
@@ -1,4 +1,3 @@
-CONFIG_CLEAN_COMPILE=y
 CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
 # CONFIG_KALLSYMS_ALL is not set

Modified: dists/trunk/linux-2.6/debian/arch/m68k/config.amiga
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/m68k/config.amiga	(original)
+++ dists/trunk/linux-2.6/debian/arch/m68k/config.amiga	Wed May 23 11:58:05 2007
@@ -1,4 +1,3 @@
-# CONFIG_CLEAN_COMPILE is not set
 CONFIG_BROKEN=y
 # CONFIG_SUN3 is not set
 CONFIG_AMIGA=y

Modified: dists/trunk/linux-2.6/debian/arch/m68k/config.atari
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/m68k/config.atari	(original)
+++ dists/trunk/linux-2.6/debian/arch/m68k/config.atari	Wed May 23 11:58:05 2007
@@ -1,4 +1,3 @@
-CONFIG_CLEAN_COMPILE=y
 # CONFIG_SUN3 is not set
 # CONFIG_AMIGA is not set
 CONFIG_ATARI=y

Modified: dists/trunk/linux-2.6/debian/arch/m68k/config.bvme6000
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/m68k/config.bvme6000	(original)
+++ dists/trunk/linux-2.6/debian/arch/m68k/config.bvme6000	Wed May 23 11:58:05 2007
@@ -1,4 +1,3 @@
-# CONFIG_CLEAN_COMPILE is not set
 CONFIG_BROKEN=y
 # CONFIG_SUN3 is not set
 # CONFIG_AMIGA is not set

Modified: dists/trunk/linux-2.6/debian/arch/m68k/config.hp
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/m68k/config.hp	(original)
+++ dists/trunk/linux-2.6/debian/arch/m68k/config.hp	Wed May 23 11:58:05 2007
@@ -1,4 +1,3 @@
-CONFIG_CLEAN_COMPILE=y
 # CONFIG_SUN3 is not set
 # CONFIG_AMIGA is not set
 # CONFIG_ATARI is not set

Modified: dists/trunk/linux-2.6/debian/arch/m68k/config.mac
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/m68k/config.mac	(original)
+++ dists/trunk/linux-2.6/debian/arch/m68k/config.mac	Wed May 23 11:58:05 2007
@@ -1,5 +1,4 @@
 # CONFIG_WINDFARM is not set
-CONFIG_CLEAN_COMPILE=y
 # CONFIG_SUN3 is not set
 # CONFIG_AMIGA is not set
 # CONFIG_ATARI is not set

Modified: dists/trunk/linux-2.6/debian/arch/m68k/config.mvme147
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/m68k/config.mvme147	(original)
+++ dists/trunk/linux-2.6/debian/arch/m68k/config.mvme147	Wed May 23 11:58:05 2007
@@ -1,4 +1,3 @@
-CONFIG_CLEAN_COMPILE=y
 # CONFIG_SUN3 is not set
 # CONFIG_AMIGA is not set
 # CONFIG_ATARI is not set

Modified: dists/trunk/linux-2.6/debian/arch/m68k/config.mvme16x
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/m68k/config.mvme16x	(original)
+++ dists/trunk/linux-2.6/debian/arch/m68k/config.mvme16x	Wed May 23 11:58:05 2007
@@ -1,4 +1,3 @@
-# CONFIG_CLEAN_COMPILE is not set
 CONFIG_BROKEN=y
 # CONFIG_SUN3 is not set
 # CONFIG_AMIGA is not set

Modified: dists/trunk/linux-2.6/debian/arch/m68k/config.q40
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/m68k/config.q40	(original)
+++ dists/trunk/linux-2.6/debian/arch/m68k/config.q40	Wed May 23 11:58:05 2007
@@ -1,4 +1,3 @@
-CONFIG_CLEAN_COMPILE=y
 # CONFIG_SUN3 is not set
 # CONFIG_AMIGA is not set
 # CONFIG_ATARI is not set

Modified: dists/trunk/linux-2.6/debian/arch/m68k/config.sun3
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/m68k/config.sun3	(original)
+++ dists/trunk/linux-2.6/debian/arch/m68k/config.sun3	Wed May 23 11:58:05 2007
@@ -1,4 +1,3 @@
-CONFIG_CLEAN_COMPILE=y
 CONFIG_SUN3=y
 CONFIG_M68020=y
 CONFIG_MMU_SUN3=y

Modified: dists/trunk/linux-2.6/debian/arch/powerpc/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/powerpc/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/powerpc/config	Wed May 23 11:58:05 2007
@@ -4,7 +4,6 @@
 CONFIG_PPC=y
 CONFIG_GENERIC_NVRAM=y
 CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
-CONFIG_CLEAN_COMPILE=y
 # CONFIG_IKCONFIG is not set
 # CONFIG_KALLSYMS_ALL is not set
 CONFIG_6xx=y

Modified: dists/trunk/linux-2.6/debian/arch/powerpc/config.apus
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/powerpc/config.apus	(original)
+++ dists/trunk/linux-2.6/debian/arch/powerpc/config.apus	Wed May 23 11:58:05 2007
@@ -17,7 +17,6 @@
 # Code maturity level options
 #
 CONFIG_EXPERIMENTAL=y
-CONFIG_CLEAN_COMPILE=y
 CONFIG_INIT_ENV_ARG_LIMIT=32
 
 #

Modified: dists/trunk/linux-2.6/debian/arch/s390/config
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/s390/config	(original)
+++ dists/trunk/linux-2.6/debian/arch/s390/config	Wed May 23 11:58:05 2007
@@ -1,6 +1,5 @@
 CONFIG_RWSEM_XCHGADD_ALGORITHM=y
 CONFIG_ARCH_S390=y
-CONFIG_CLEAN_COMPILE=y
 CONFIG_LOCK_KERNEL=y
 # CONFIG_IKCONFIG is not set
 CONFIG_STOP_MACHINE=y



More information about the Kernel-svn-changes mailing list