commit | 44530c696b3fc2c8a45bdc798af85528e065ed80 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Tue May 08 12:14:54 2007 +0900 |
committer | Paul Mundt <lethal@hera.kernel.org> | Wed May 09 01:35:01 2007 +0000 |
tree | 536a42cfd19b278caa318a53ed1575f101c98e12 | |
parent | 1039b9a9d830e906efa770db75db8a3e11c47c1a [diff] |
sh: Always define TRAPA_BUG_OPCODE. Previously this was only set when CONFIG_BUG=y. While we rely on that for handle_BUG() dispatch, we still want to hand the opcode off to the die chain notifier for determining the trap value. Signed-off-by: Paul Mundt <lethal@linux-sh.org>