From: Benjamin Herrenschmidt Date: Fri, 18 Nov 2005 06:18:15 +0000 (+1100) Subject: [PATCH] powerpc: Fix setting MPIC priority X-Git-Tag: v2.6.15-rc2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e53566409c38d38680cc02299fa9fa5fe8623e9f;p=pandora-kernel.git [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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed