linux-stable-rt/arch/powerpc/platforms
Anton Blanchard e48395f175 [POWERPC] Fix xics set_affinity code
On a POWER6 machine running 2.6.23-rc8 I sometimes see the following error:

xics_set_affinity: No online cpus in the mask 00000000,00000000,00000000,00000001 for irq 20

In a desperate attempt to get a changelog entry in 2.6.23, I took a look
into it.

It turns out we are passing a real and not a virtual irq into
get_irq_server.  This works for the case where hwirq < NR_IRQS and we
set virq = hwirq.  In my case however hwirq = 590082 and we try and
access irq_desc[590082], slightly past the end at 512 entries.

Lucky we ship lots of memory with our machines.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-10-02 11:48:14 +10:00
..
4xx
8xx
44x
52xx
82xx
83xx [POWERPC] Fix mpc834x USB-MPH configuration. 2007-09-28 10:26:35 -05:00
85xx [POWERPC] 8{5,6}xx: Fix build issue with !CONFIG_PCI 2007-09-10 16:00:09 -05:00
86xx [POWERPC] 8{5,6}xx: Fix build issue with !CONFIG_PCI 2007-09-10 16:00:09 -05:00
cell [POWERPC] spufs: fix mismerge, making context signal{1,2} files readable again 2007-09-26 19:47:07 +10:00
celleb
chrp
embedded6xx
iseries
maple
pasemi
powermac
prep
ps3 [POWERPC] cell/PS3: Ignore storage devices that are still being probed 2007-09-11 04:30:37 +10:00
pseries [POWERPC] Fix xics set_affinity code 2007-10-02 11:48:14 +10:00
Kconfig [POWERPC] Enable GENERIC_ISA_DMA if FSL_ULI1575 to fix compile issue 2007-09-12 10:41:10 -05:00
Kconfig.cputype
Makefile
fsl_uli1575.c