All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] ARC: Set of patches for IRQ subsystem
@ 2016-11-08  7:08 ` Yuriy Kolerov
  0 siblings, 0 replies; 14+ messages in thread
From: Yuriy Kolerov @ 2016-11-08  7:08 UTC (permalink / raw)
  To: linux-snps-arc

The first patch fixes misuse of IRQ numbers. In some places of the
Linux kernel for ARC hardware IRQ numbers are used as virtual IRQ
numbers and obviously it is wrong.

The second patch forces the kernel to set a simple distribution mode
for common interrupts in cases when such interrupts are routed to a
single core.

Yuriy Kolerov (2):
  ARC: IRQ: Do not use hwirq as virq and vice versa
  ARCv2: MCIP: Use IDU_M_DISTRI_DEST mode if there is only 1 destination
    core

 arch/arc/include/asm/smp.h |  4 ++--
 arch/arc/kernel/mcip.c     | 33 ++++++++++++++++++++-------------
 arch/arc/kernel/smp.c      | 13 +++++++++----
 3 files changed, 31 insertions(+), 19 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-11-08 20:25 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-08  7:08 [PATCH v4 0/2] ARC: Set of patches for IRQ subsystem Yuriy Kolerov
2016-11-08  7:08 ` Yuriy Kolerov
2016-11-08  7:08 ` [PATCH v4 1/2] ARC: IRQ: Do not use hwirq as virq and vice versa Yuriy Kolerov
2016-11-08  7:08   ` Yuriy Kolerov
2016-11-08  7:20   ` Vineet Gupta
2016-11-08  7:20     ` Vineet Gupta
2016-11-08  9:30     ` Noam Camus
2016-11-08  9:30       ` Noam Camus
2016-11-08 20:23   ` Vineet Gupta
2016-11-08 20:23     ` Vineet Gupta
2016-11-08  7:08 ` [PATCH v4 2/2] ARCv2: MCIP: Use IDU_M_DISTRI_DEST mode if there is only 1 destination core Yuriy Kolerov
2016-11-08  7:08   ` Yuriy Kolerov
2016-11-08 20:25 ` [PATCH v4 0/2] ARC: Set of patches for IRQ subsystem Vineet Gupta
2016-11-08 20:25   ` Vineet Gupta

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.