linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* default IRQ affinity change in v2.6.27 (breaking several SMP PPC based systems)
@ 2008-10-24 12:45 Kumar Gala
  2008-10-24 15:17 ` Chris Snook
  0 siblings, 1 reply; 11+ messages in thread
From: Kumar Gala @ 2008-10-24 12:45 UTC (permalink / raw)
  To: maxk; +Cc: LinuxPPC-dev list, tglx, linux-kernel Kernel

It appears the default IRQ affinity changes from being just cpu 0 to  
all cpu's.  This breaks several PPC SMP systems in which only a single  
processor is allowed to be selected as the destination of the IRQ.

What is the right answer in fixing this?  Should we:

	cpumask_t irq_default_affinity = 1;

instead of

	cpumask_t irq_default_affinity = CPU_MASK_ALL?

- k

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

end of thread, other threads:[~2008-11-19  6:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-24 12:45 default IRQ affinity change in v2.6.27 (breaking several SMP PPC based systems) Kumar Gala
2008-10-24 15:17 ` Chris Snook
2008-10-24 15:39   ` Kumar Gala
2008-10-24 16:09     ` Chris Snook
2008-10-24 16:36       ` Kumar Gala
2008-10-24 17:39         ` Scott Wood
2008-10-24 18:18           ` Chris Snook
2008-10-24 18:26             ` Scott Wood
2008-10-24 17:51         ` Chris Snook
2008-10-24 23:18     ` David Miller
2008-11-19  6:43       ` Max Krasnyansky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).