commit | e53566409c38d38680cc02299fa9fa5fe8623e9f | [log] [tgz] |
---|---|---|
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Fri Nov 18 17:18:15 2005 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Sat Nov 19 14:19:13 2005 +1100 |
tree | 3ff9ea238f125925d5e4042cea6c3530b6e324a6 | |
parent | b286e39207237e2f6929959372bf66d9a8d05a82 [diff] |
[PATCH] powerpc: Fix setting MPIC priority Trying to set the priority would just disable the interrupt due to an incorrect mask used. We rarely use that call, in fact, I think only in the powermac code for the cmd-power key combo that triggers xmon. So it got unnoticed for a while. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>