From: Glauber Costa Date: Thu, 10 Jul 2008 18:17:53 +0000 (-0300) Subject: x86: use AS_CFI instead of UNWIND_INFO X-Git-Tag: v2.6.27-rc1~1106^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d73a731abe2a77fb54c5de4f72036b60ce3a048e;p=pandora-kernel.git x86: use AS_CFI instead of UNWIND_INFO In dwarf2_32.h, test for CONFIG_AS_CFI instead of CONFIG_UNWIND_INFO. Turns out that searching for UNWIND_INFO returns no match in any Kconfig or Makefile, so we're really just throwing everything away regarding dwarf frames for i386. The test that generates CONFIG_AS_CFI does not have anything x86_64-specific, and right now, checking V=1 builds shows me that the flags is there anyway, although unused. Signed-off-by: Glauber Costa Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed