]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[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)
commite53566409c38d38680cc02299fa9fa5fe8623e9f
tree3ff9ea238f125925d5e4042cea6c3530b6e324a6
parentb286e39207237e2f6929959372bf66d9a8d05a82
[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>
arch/powerpc/sysdev/mpic.c