[PATCH] powerpc: Fix setting MPIC priority
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>
Fri, 18 Nov 2005 06:18:15 +0000 (17:18 +1100)
committerPaul Mackerras <paulus@samba.org>
Sat, 19 Nov 2005 03:19:13 +0000 (14:19 +1100)
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>

No differences found