Re: [PATCH 3/5] Removing dead CONFIG_SMP_750

2010-06-10 Thread Christoph Egger
On Thu, Jun 10, 2010 at 04:14:21PM +1000, Benjamin Herrenschmidt wrote: On Wed, 2010-06-09 at 08:35 -0400, Josh Boyer wrote: On Wed, Jun 09, 2010 at 12:00:21PM +0200, Christoph Egger wrote: CONFIG_SMP_750 doesn't exist in Kconfig, therefore removing all references for it from the source

[PATCH 0/5] Removing dead code

2010-06-09 Thread Christoph Egger
informed of this patch getting confirmed / merged so we can keep track of it. Regards Christoph Egger [0] http://vamos1.informatik.uni-erlangen.de/ Christoph Egger (5): Removing dead BOOK3E_MMU_TLB_STATS Removing dead CONFIG_HIGHPTE Removing dead CONFIG_SMP_750 Removing dead

[PATCH 4/5] Removing dead CONFIG_SERIAL_TEXT_DEBUG

2010-06-09 Thread Christoph Egger
CONFIG_SERIAL_TEXT_DEBUG doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger sicce...@cs.fau.de --- arch/powerpc/kernel/head_40x.S | 19 --- 1 files changed, 0 insertions(+), 19 deletions(-) diff --git a/arch

[PATCH 5/5] Removing dead CONFIG_PPC47x

2010-06-09 Thread Christoph Egger
CONFIG_PPC47x doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger sicce...@cs.fau.de --- arch/powerpc/mm/44x_mmu.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/mm/44x_mmu.c b/arch

[PATCH 2/5] Removing dead CONFIG_HIGHPTE

2010-06-09 Thread Christoph Egger
CONFIG_HIGHPTE doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger sicce...@cs.fau.de --- arch/powerpc/mm/pgtable_32.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/mm/pgtable_32.c b

[PATCH 1/5] Removing dead BOOK3E_MMU_TLB_STATS

2010-06-09 Thread Christoph Egger
BOOK3E_MMU_TLB_STATS doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger sicce...@cs.fau.de --- arch/powerpc/include/asm/exception-64e.h | 38 -- arch/powerpc/mm/tlb_low_64e.S|9

[PATCH 3/5] Removing dead CONFIG_SMP_750

2010-06-09 Thread Christoph Egger
CONFIG_SMP_750 doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger sicce...@cs.fau.de --- arch/powerpc/mm/tlb_hash32.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/mm/tlb_hash32.c b

[PATCH 5b/5] Removing dead CONFIG_PPC47x

2010-06-09 Thread Christoph Egger
CONFIG_PPC47x should actually be spelled CONFIG_PPC_47x as reported by Andreas Schwab. Signed-off-by: Christoph Egger sicce...@cs.fau.de --- arch/powerpc/mm/44x_mmu.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/powerpc/mm/44x_mmu.c b/arch/powerpc/mm/44x_mmu.c

Re: Config Items appearing twice in same Kconfig file?

2010-05-12 Thread Christoph Egger
Just noticed it might have been worth adding the output so everyone out there doesn't ned to grep through his tree for reference: % grep ^config **/Kconfig* | sort | uniq -dc 2 arch/alpha/Kconfig.debug:config ALPHA_LEGACY_START_ADDRESS 2

Config Items appearing twice in same Kconfig file?

2010-05-12 Thread Christoph Egger
Hi all! First of all sorry for the huge CC, I couldn't come up with a way to create a smaller list while reaching all the relevant people. We, the vamos project[1] at the Friedrich Alexander University are analything the linux configuration model trying to detect errors. During a run with