commit | eed1a7b1cfccd427d940a281e21000d8a2f669aa | [log] [tgz] |
---|---|---|
author | Kyle Moffett <Kyle.D.Moffett@boeing.com> | Mon Mar 07 12:37:30 2011 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Fri Apr 08 00:44:27 2011 -0400 |
tree | 5cbd365a50e8168084d9bf95644a4ae6072c9adb | |
parent | a91eb2c56a54155f6dacca392acb621b43ade84a [diff] |
Blackfin: replace "bfin_reset_or_hang()" with "panic()" The bfin_reset_or_hang function unnecessarily duplicates the panic() logic based on CONFIG_PANIC_HANG. This patch deletes 20 lines of code and just calls panic() instead. This also makes the following generic-restart conversion patch simpler. Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>