Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754894AbcKCMXl (ORCPT ); Thu, 3 Nov 2016 08:23:41 -0400 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:57624 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754146AbcKCMXj (ORCPT ); Thu, 3 Nov 2016 08:23:39 -0400 From: Yuriy Kolerov To: linux-snps-arc@lists.infradead.org Cc: Vineet.Gupta1@synopsys.com, Alexey.Brodkin@synopsys.com, tglx@linutronix.de, linux-kernel@vger.kernel.org, Yuriy Kolerov Subject: [PATCH v3 0/3] ARC: Set of patches for IRQ subsystem Date: Thu, 3 Nov 2016 15:23:05 +0300 Message-Id: <1478175788-3118-1-git-send-email-yuriy.kolerov@synopsys.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 773 Lines: 23 First 2 patches fix 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 third 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 (3): ARC: SMP: Register IPI handler using virq but not hwirq ARCv2: MCIP: Use hwirq instead of virq for resolution of IDU IRQ handlers 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