From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760487AbdACSUW (ORCPT ); Tue, 3 Jan 2017 13:20:22 -0500 Received: from us01smtprelay-2.synopsys.com ([198.182.47.9]:41491 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760350AbdACSUO (ORCPT ); Tue, 3 Jan 2017 13:20:14 -0500 Subject: Re: [PATCH v3 1/3] ARC: IRQ: Use hwirq instead of virq in mask/unmask To: Yuriy Kolerov , References: <1482914786-10490-1-git-send-email-yuriy.kolerov@synopsys.com> <1482914786-10490-2-git-send-email-yuriy.kolerov@synopsys.com> CC: , , Newsgroups: gmane.linux.kernel,gmane.linux.kernel.arc From: Vineet Gupta Message-ID: <82a0736e-0148-d42a-5b82-66c4f780807f@synopsys.com> Date: Tue, 3 Jan 2017 10:20:06 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <1482914786-10490-2-git-send-email-yuriy.kolerov@synopsys.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.161.79] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/28/2016 12:46 AM, Yuriy Kolerov wrote: > It is necessary to use hwirq instead of virq when you communicate > with an interrupt controller since there is no guaranty that virq > numbers match hwirq numbers. > > Signed-off-by: Yuriy Kolerov Applied to for-curr. Thx, -vineet