projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3c6018
)
x86: define ARCH_WANT_FRAME_POINTERS
author
Jeff Mahoney
<
[email protected]
>
Fri, 16 Jan 2009 18:23:35 +0000
(13:23 -0500)
committer
Ingo Molnar
<
[email protected]
>
Sun, 18 Jan 2009 20:15:10 +0000
(21:15 +0100)
Commit
da4276b8299a6544dc41ac2485d3ffca5811b3fb
changed a dependency
for FRAME_POINTER from X86 to ARCH_WANT_FRAME_POINTERS, but didn't
actually define it.
This patch adds the definition for ARCH_WANT_FRAME_POINTERS. Without it,
FRAME_POINTER can't be enabled on x86.
Signed-off-by: Jeff Mahoney <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
lib/Kconfig.debug
patch
|
blob
|
history
diff --git
a/lib/Kconfig.debug
b/lib/Kconfig.debug
index 4c9ae6085c75c4a483bd86e43fcafead3f255450..d30561dda907a1015f96160398115dba120e3349 100644
(file)
--- a/
lib/Kconfig.debug
+++ b/
lib/Kconfig.debug
@@
-570,6
+570,15
@@
config DEBUG_NOTIFIERS
This is a relatively cheap check but if you care about maximum
performance, say N.
+#
+# Select this config option from the architecture Kconfig, if it
+# it is preferred to always offer frame pointers as a config
+# option on the architecture (regardless of KERNEL_DEBUG):
+#
+config ARCH_WANT_FRAME_POINTERS
+ bool
+ help
+
config FRAME_POINTER
bool "Compile the kernel with frame pointers"
depends on DEBUG_KERNEL && \