All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] add apic_irqs bitmap to identify irqs from apic
@ 2014-04-21  1:18 Jason Chen
  2014-04-21  1:18 ` [RFC PATCH 1/1] x86/apic: " Jason Chen
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Chen @ 2014-04-21  1:18 UTC (permalink / raw)
  To: tglx, mingo, hpa, x86; +Cc: linux-kernel, Jason Chen

During irq migration, irq_force_complete_move() will consider all irqs coming from apic kind of
irq chip, but they may also coming from other irq chip, such kind of irqs should be filtered out.

Jason Chen (1):
  x86/apic: add apic_irqs bitmap to identify irqs from apic

 arch/x86/kernel/apic/io_apic.c | 21 ++++++++++++++++++++-
 include/linux/irqdesc.h        |  6 ++++++
 kernel/irq/internals.h         |  6 ------
 3 files changed, 26 insertions(+), 7 deletions(-)

-- 
1.8.1.2


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

end of thread, other threads:[~2014-04-24  7:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-21  1:18 [RFC PATCH 0/1] add apic_irqs bitmap to identify irqs from apic Jason Chen
2014-04-21  1:18 ` [RFC PATCH 1/1] x86/apic: " Jason Chen
2014-04-24  7:22   ` Ingo Molnar

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.