[POWERPC] Avoid calling get_irq_server() with a real, not virtual irq.
authorMichal Ostrowski <mostrows@watson.ibm.com>
Wed, 20 Dec 2006 13:29:40 +0000 (07:29 -0600)
committerPaul Mackerras <paulus@samba.org>
Tue, 9 Jan 2007 06:03:01 +0000 (17:03 +1100)
commit673aeb76d07f49f2b07792f813bc2a9fee212ab7
tree6949c5d846708f5cb99057656719b326c25e0960
parent5e264a5215e4b703b1bbeb2910ea4441886be8d7
[POWERPC] Avoid calling get_irq_server() with a real, not virtual irq.

We can use default_server when masking an interrupt vector.
get_irq_server() assumes a virtual irq, so badness may happen if we
give it a real one.

Signed-off-by: Michal Ostrowski <mostrows@watson.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/pseries/xics.c