Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933466AbcKHUZS (ORCPT ); Tue, 8 Nov 2016 15:25:18 -0500 Received: from smtprelay.synopsys.com ([198.182.60.111]:57237 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753827AbcKHUZR (ORCPT ); Tue, 8 Nov 2016 15:25:17 -0500 Subject: Re: [PATCH v4 0/2] ARC: Set of patches for IRQ subsystem To: Yuriy Kolerov , "linux-snps-arc@lists.infradead.org" References: <1478588912-3991-1-git-send-email-yuriy.kolerov@synopsys.com> CC: "Alexey.Brodkin@synopsys.com" , "tglx@linutronix.de" , "linux-kernel@vger.kernel.org" From: Vineet Gupta Message-ID: Date: Tue, 8 Nov 2016 12:25:09 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1478588912-3991-1-git-send-email-yuriy.kolerov@synopsys.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.161.35] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 796 Lines: 24 On 11/07/2016 11:08 PM, Yuriy Kolerov wrote: > 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(-) Thx Yuriy. Added to for-curr ! -Vineet