From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: [PATCH v2 0/4] Clean up some long arch conditionals Date: Thu, 4 Oct 2012 17:15:53 +0100 Message-ID: <1349367357-13865-1-git-send-email-catalin.marinas@arm.com> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Andrew Morton List-Id: linux-arch.vger.kernel.org That's the second version of the arch conditionals clean-up patches. This time the Kconfig options are added in random places (or alphabetical for arm64) to reduce the conflicts with other patches. Thanks. Catalin Marinas (4): Clean up the long arch list for the UID16 config option Clean up the long arch list for the DEBUG_KMEMLEAK config option Clean up the long arch list for the DEBUG_BUGVERBOSE config option Clean up the "#if defined(arch)" list for exception-trace sysctl entry arch/arm/Kconfig | 2 ++ arch/arm64/Kconfig | 4 ++++ arch/blackfin/Kconfig | 1 + arch/cris/Kconfig | 1 + arch/frv/Kconfig | 2 ++ arch/h8300/Kconfig | 1 + arch/m32r/Kconfig | 1 + arch/m68k/Kconfig | 2 ++ arch/microblaze/Kconfig | 1 + arch/mips/Kconfig | 1 + arch/powerpc/Kconfig | 2 ++ arch/s390/Kconfig | 3 +++ arch/sh/Kconfig | 3 +++ arch/sparc/Kconfig | 5 +++++ arch/tile/Kconfig | 3 +++ arch/um/Kconfig.common | 1 + arch/x86/Kconfig | 4 ++++ init/Kconfig | 11 +++++++++-- kernel/sysctl.c | 3 +-- lib/Kconfig.debug | 16 ++++++++-------- 20 files changed, 55 insertions(+), 12 deletions(-) From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:43752 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757077Ab2JDQRH (ORCPT ); Thu, 4 Oct 2012 12:17:07 -0400 From: Catalin Marinas Subject: [PATCH v2 0/4] Clean up some long arch conditionals Date: Thu, 4 Oct 2012 17:15:53 +0100 Message-ID: <1349367357-13865-1-git-send-email-catalin.marinas@arm.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Andrew Morton Message-ID: <20121004161553.Tp7we02MYKrmuYHttuN_kDzrwR5nXtEyhBRk-w0gYo0@z> That's the second version of the arch conditionals clean-up patches. This time the Kconfig options are added in random places (or alphabetical for arm64) to reduce the conflicts with other patches. Thanks. Catalin Marinas (4): Clean up the long arch list for the UID16 config option Clean up the long arch list for the DEBUG_KMEMLEAK config option Clean up the long arch list for the DEBUG_BUGVERBOSE config option Clean up the "#if defined(arch)" list for exception-trace sysctl entry arch/arm/Kconfig | 2 ++ arch/arm64/Kconfig | 4 ++++ arch/blackfin/Kconfig | 1 + arch/cris/Kconfig | 1 + arch/frv/Kconfig | 2 ++ arch/h8300/Kconfig | 1 + arch/m32r/Kconfig | 1 + arch/m68k/Kconfig | 2 ++ arch/microblaze/Kconfig | 1 + arch/mips/Kconfig | 1 + arch/powerpc/Kconfig | 2 ++ arch/s390/Kconfig | 3 +++ arch/sh/Kconfig | 3 +++ arch/sparc/Kconfig | 5 +++++ arch/tile/Kconfig | 3 +++ arch/um/Kconfig.common | 1 + arch/x86/Kconfig | 4 ++++ init/Kconfig | 11 +++++++++-- kernel/sysctl.c | 3 +-- lib/Kconfig.debug | 16 ++++++++-------- 20 files changed, 55 insertions(+), 12 deletions(-)