Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752789AbcKHHIx (ORCPT ); Tue, 8 Nov 2016 02:08:53 -0500 Received: from smtprelay.synopsys.com ([198.182.47.9]:33100 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752395AbcKHHIv (ORCPT ); Tue, 8 Nov 2016 02:08:51 -0500 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 v4 0/2] ARC: Set of patches for IRQ subsystem Date: Tue, 8 Nov 2016 10:08:30 +0300 Message-Id: <1478588912-3991-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: 690 Lines: 21 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