lkml.org 
[lkml]   [2004]   [May]   [10]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateSun, 9 May 2004 21:39:55 -0700
From"Randy.Dunlap" <>
Subject[PATCH] use Kconfig.debug for all ARCHes
This patch consolidates most common DEBUG options from
arch/$ARCH/Kconfig into lib/Kconfig.debug.
It moves arch-specific debug options into
arch/$ARCH/Kconfig.debug.

It also contains several lines of whitespace cleanup.

Thanks to Bartlomiej Zolnierkiewicz for much of this work.

Patch is available at:
http://developer.osdl.org/rddunlap/patches/kconfig-debug-266.patch

or attached (gzipped).

--
~Randy


 arch/alpha/Kconfig           |  104 ---------------------------
 arch/alpha/Kconfig.debug     |   55 ++++++++++++++
 arch/arm/Kconfig             |  160 -------------------------------------------
 arch/arm/Kconfig.debug       |  114 ++++++++++++++++++++++++++++++
 arch/arm26/Kconfig           |  113 ------------------------------
 arch/arm26/Kconfig.debug     |   59 +++++++++++++++
 arch/cris/Kconfig            |   14 ---
 arch/cris/Kconfig.debug      |   16 ++++
 arch/h8300/Kconfig           |   72 -------------------
 arch/h8300/Kconfig.debug     |   69 ++++++++++++++++++
 arch/i386/Kconfig            |  125 ---------------------------------
 arch/i386/Kconfig.debug      |   16 ++++
 arch/ia64/Kconfig            |  114 ------------------------------
 arch/ia64/Kconfig.debug      |   65 +++++++++++++++++
 arch/m68k/Kconfig            |   38 ----------
 arch/m68k/Kconfig.debug      |    9 ++
 arch/m68knommu/Kconfig       |   55 --------------
 arch/m68knommu/Kconfig.debug |   43 +++++++++++
 arch/mips/Kconfig            |  119 -------------------------------
 arch/mips/Kconfig.debug      |   68 ++++++++++++++++++
 arch/parisc/Kconfig          |   49 -------------
 arch/parisc/Kconfig.debug    |    6 +
 arch/ppc/Kconfig             |  129 +---------------------------------
 arch/ppc/Kconfig.debug       |   68 ++++++++++++++++++
 arch/ppc64/Kconfig           |   80 ---------------------
 arch/ppc64/Kconfig.debug     |   28 +++++++
 arch/s390/Kconfig            |   57 ---------------
 arch/s390/Kconfig.debug      |    6 +
 arch/sh/Kconfig              |  140 -------------------------------------
 arch/sh/Kconfig.debug        |  112 ++++++++++++++++++++++++++++++
 arch/sparc/Kconfig           |   72 -------------------
 arch/sparc/Kconfig.debug     |   13 +++
 arch/sparc64/Kconfig         |  104 ---------------------------
 arch/sparc64/Kconfig.debug   |   39 ++++++++++
 arch/um/Kconfig              |   60 ----------------
 arch/um/Kconfig.debug        |   36 +++++++++
 arch/v850/Kconfig            |   29 -------
 arch/v850/Kconfig.debug      |   11 ++
 arch/x86_64/Kconfig          |  101 ---------------------------
 arch/x86_64/Kconfig.debug    |   48 ++++++++++++
 init/Kconfig                 |    8 --
 lib/Kconfig.debug            |  145 ++++++++++++++++++++++++++++++++++++++
 42 files changed, 1052 insertions(+), 1717 deletions(-)[unhandled content-type:application/octet-stream]
\
 
 \ /
  Last update: 2005-03-22 13:03    [from the cache]
©2003-2008