Remove stack unwinder for now
authorLinus Torvalds <torvalds@woody.osdl.org>
Fri, 15 Dec 2006 16:43:13 +0000 (08:43 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 15 Dec 2006 16:47:51 +0000 (08:47 -0800)
commitd1526e2cda64d5a1de56aef50bad9e5df14245c2
treed7b490b1a11dd9720c9918733ca0c06e0e82cfba
parentd1998ef38a13c4e74c69df55ccd38b0440c429b2
Remove stack unwinder for now

It has caused more problems than it ever really solved, and is
apparently not getting cleaned up and fixed.  We can put it back when
it's stable and isn't likely to make warning or bug events worse.

In the meantime, enable frame pointers for more readable stack traces.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
17 files changed:
Makefile
arch/i386/defconfig
arch/i386/kernel/entry.S
arch/i386/kernel/traps.c
arch/x86_64/Makefile
arch/x86_64/defconfig
arch/x86_64/kernel/entry.S
arch/x86_64/kernel/traps.c
arch/x86_64/kernel/vmlinux.lds.S
include/asm-generic/vmlinux.lds.h
include/asm-i386/unwind.h
include/asm-x86_64/unwind.h
include/linux/unwind.h
kernel/Makefile
kernel/unwind.c [deleted file]
lib/Kconfig.debug
lib/fault-inject.c