commit | 1232d88a47626cad13ba82f3a9ea814820bc1c65 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Mon Dec 14 11:46:09 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Dec 14 11:46:09 2009 +0900 |
tree | 96a856dc78468ce8186e521f72124eaf4d1ed583 | |
parent | fcb4ebd678858850e8b029909064175cb627868d [diff] |
sh: Make the unaligned trap handler always obey notification levels. Presently there are a couple of paths in to the alignment handler, where only the address error path presently quiets the notificiation messages based on the configuration settings. We carry over the notification level tests to the default alignment handler itself incase so that they behave uniformly. Signed-off-by: Paul Mundt <lethal@linux-sh.org>