tile: don't call show_regs_print_info() with corrupt current
authorChris Metcalf <cmetcalf@tilera.com>
Sat, 10 Aug 2013 16:22:43 +0000 (12:22 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Fri, 30 Aug 2013 15:56:54 +0000 (11:56 -0400)
We use the validate_current() API to make sure that "current" seems
plausible before using it.  With the new show_regs_print_info()
API, we want to check that current is OK before calling it, since
otherwise we will end up in a recursive panic.

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

No differences found