All of lore.kernel.org
 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
  0 siblings, 0 replies; 22+ 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] 22+ messages in thread

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

Thread overview: 22+ 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 12:45 ` Kumar Gala
2008-10-24 15:17 ` Chris Snook
2008-10-24 15:17   ` Chris Snook
2008-10-24 15:39   ` Kumar Gala
2008-10-24 15:39     ` Kumar Gala
2008-10-24 16:09     ` Chris Snook
2008-10-24 16:09       ` Chris Snook
2008-10-24 16:36       ` Kumar Gala
2008-10-24 16:36         ` Kumar Gala
2008-10-24 17:39         ` Scott Wood
2008-10-24 17:39           ` Scott Wood
2008-10-24 18:18           ` Chris Snook
2008-10-24 18:18             ` Chris Snook
2008-10-24 18:26             ` Scott Wood
2008-10-24 18:26               ` Scott Wood
2008-10-24 17:51         ` Chris Snook
2008-10-24 17:51           ` Chris Snook
2008-10-24 23:18     ` David Miller
2008-10-24 23:18       ` David Miller
2008-11-19  6:43       ` Max Krasnyansky
2008-11-19  6:43         ` Max Krasnyansky

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.