commit | 7f3edee81fbd49114c28057512906f169caa0bed | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@igel.co.jp> | Thu Jan 10 14:08:55 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jan 28 13:19:02 2008 +0900 |
tree | d1c604fc6cddcd42f00eff1d153e8151ef00ba07 | |
parent | b62ad83d91ebf1368e9e72d476b18698ac67bef9 [diff] |
sh: intc - remove default interrupt priority tables This patch removes interrupt priority tables from the intc code. Optimal priority assignment varies with embedded application anyway, so keeping the interrupt priority tables together with cpu-specific code doesn't make sense. The function intc_set_priority() should be used instead to set the desired interrupt priority level. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>