From: Jeff Mahoney Date: Fri, 16 Jan 2009 18:23:35 +0000 (-0500) Subject: x86: define ARCH_WANT_FRAME_POINTERS X-Git-Tag: v2.6.29-rc3~42^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64dec40ddee9d36d7b83f8a0513fdeaffe260a0e;p=pandora-kernel.git x86: define ARCH_WANT_FRAME_POINTERS 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 Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed