All of lore.kernel.org
 help / color / mirror / Atom feed
* [RESEND PATCH 0/2] Fix IRQ round-robing w/o irqbalance on pseries
@ 2010-10-01 21:26 ` Nishanth Aravamudan
  0 siblings, 0 replies; 11+ messages in thread
From: Nishanth Aravamudan @ 2010-10-01 21:26 UTC (permalink / raw)
  To: nacc; +Cc: linuxppc-dev, linux-kernel, miltonm

We have received reports on power systems not running irqbalance where
all interrupts are being routed to CPU0 rather than being interleaved by
default across the system. Current firmware only allows either sending
interrupts to all CPUs or sending them to one CPU. The following two
patches address this issue by fixing the mask used in generic code and
by fixing the check for the "all" setting in the pseries code.

Nishanth Aravamudan (2):
  IRQ: use cpu_possible_mask rather than online_mask in setup_affinity
  pseries/xics: use cpu_possible_mask rather than cpu_all_mask

 arch/powerpc/platforms/pseries/xics.c |    2 +-
 kernel/irq/manage.c                   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-10-11 19:48 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-01 21:26 [RESEND PATCH 0/2] Fix IRQ round-robing w/o irqbalance on pseries Nishanth Aravamudan
2010-10-01 21:26 ` Nishanth Aravamudan
2010-10-01 21:26 ` [RESEND PATCH 1/2] IRQ: use cpu_possible_mask rather than online_mask in setup_affinity Nishanth Aravamudan
2010-10-02 10:57   ` Thomas Gleixner
2010-10-06 20:55     ` Sonny Rao
2010-10-02 11:01   ` Peter Zijlstra
2010-10-06 21:02     ` Sonny Rao
2010-10-11 18:48       ` Peter Zijlstra
2010-10-11 19:52         ` Sonny Rao
2010-10-01 21:26 ` [RESEND PATCH 2/2] pseries/xics: use cpu_possible_mask rather than cpu_all_mask Nishanth Aravamudan
2010-10-01 21:26   ` Nishanth Aravamudan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.