sh: Make the unaligned trap handler always obey notification levels.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 14 Dec 2009 02:46:09 +0000 (11:46 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 14 Dec 2009 02:46:09 +0000 (11:46 +0900)
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>

No differences found