commit | fa69151173b1fc6fa3ced0edd5c2ea83b5d32bc1 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Mar 08 19:41:21 2007 +0900 |
committer | Paul Mundt <lethal@hera.kernel.org> | Mon May 07 02:10:53 2007 +0000 |
tree | e7af97ccddc06d54dd6d6982a64cbf4982693379 | |
parent | 45ed285b54930767937deb0eaf718b1d08c3c475 [diff] |
sh: generic BUG() support. Wire up GENERIC_BUG for SH. This moves off of the special bug frame and on to the generic struct bug_entry. Roughly the same semantics are retained, and we can kill off some of the verbose BUG() reporting code. Signed-off-by: Paul Mundt <lethal@linux-sh.org>