projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfbb904
)
sh: Allow for bootmem debug support.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 1 Jun 2007 05:19:22 +0000
(14:19 +0900)
committer
Paul Mundt
<lethal@hera.kernel.org>
Fri, 8 Jun 2007 02:43:43 +0000
(
02:43
+0000)
Handy for debugging bootmem troubles.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig.debug
patch
|
blob
|
history
diff --git
a/arch/sh/Kconfig.debug
b/arch/sh/Kconfig.debug
index
b563072
..
d849d47
100644
(file)
--- a/
arch/sh/Kconfig.debug
+++ b/
arch/sh/Kconfig.debug
@@
-52,6
+52,10
@@
config EARLY_PRINTK
select both the EARLY_SCIF_CONSOLE and SH_STANDARD_BIOS, using
the kernel command line option to toggle back and forth.
+config DEBUG_BOOTMEM
+ depends on DEBUG_KERNEL
+ bool "Debug BOOTMEM initialization"
+
config DEBUG_STACKOVERFLOW
bool "Check for stack overflows"
depends on DEBUG_KERNEL