From: Chris Metcalf Date: Sat, 10 Aug 2013 16:22:43 +0000 (-0400) Subject: tile: don't call show_regs_print_info() with corrupt current X-Git-Tag: v3.12-rc1~120^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4036c7d3542ce82ea343bf95dd05ca46aefba9aa;p=pandora-kernel.git tile: don't call show_regs_print_info() with corrupt current 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 --- Reading git-diff-tree failed