diff options
author | David S. Miller <davem@davemloft.net> | 2008-02-13 01:00:26 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-02-13 01:00:26 -0800 |
commit | 0f78e7542e94e8f64ed393289d7bfac032634620 (patch) | |
tree | 0588acc459a3d066891d89359f3dd04d1584be47 /arch/sparc64/Kconfig.debug | |
parent | b83ebf566b64d3702c6b50dbee2052623cd55ce5 (diff) | |
download | blackbird-op-linux-0f78e7542e94e8f64ed393289d7bfac032634620.tar.gz blackbird-op-linux-0f78e7542e94e8f64ed393289d7bfac032634620.zip |
[SPARC64]: Remove DEBUG_BOOTMEM.
We'll replace it in the future with better logging facilities that can
be enabled at run time.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64/Kconfig.debug')
-rw-r--r-- | arch/sparc64/Kconfig.debug | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sparc64/Kconfig.debug b/arch/sparc64/Kconfig.debug index a5faa3683bd6..6a4d28a4076d 100644 --- a/arch/sparc64/Kconfig.debug +++ b/arch/sparc64/Kconfig.debug @@ -23,10 +23,6 @@ config STACK_DEBUG depends on DEBUG_KERNEL bool "Stack Overflow Detection Support" -config DEBUG_BOOTMEM - depends on DEBUG_KERNEL - bool "Debug BOOTMEM initialization" - config DEBUG_PAGEALLOC bool "Debug page memory allocations" depends on DEBUG_KERNEL && !HIBERNATION |