arch/tile: prevent corrupt top frame from causing backtracer runaway
authorChris Metcalf <cmetcalf@tilera.com>
Thu, 14 Oct 2010 19:19:04 +0000 (15:19 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Thu, 14 Oct 2010 19:19:04 +0000 (15:19 -0400)
The backtracer will normally cut itself off after 100 frames anyway,
but it's messy.  With this change we notice that the frame being
reported is the same as the last one, and cut off the dump with a
message similar to what gdb displays in the same circumstance.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>

No differences found