From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751365AbeAYHqa (ORCPT ); Thu, 25 Jan 2018 02:46:30 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:54583 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751056AbeAYHq3 (ORCPT ); Thu, 25 Jan 2018 02:46:29 -0500 Date: Wed, 24 Jan 2018 23:46:19 -0800 From: Christoph Hellwig To: Palmer Dabbelt Cc: linux@armlinux.org.uk, catalin.marinas@arm.com, Will Deacon , jonas@southpole.se, stefan.kristiansson@saunalahti.fi, shorne@gmail.com, tglx@linutronix.de, Christoph Hellwig , Arnd Bergmann , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, patches@groups.riscv.org Subject: Re: [PATCH v2 3/4] openrisc: Use the new MULTI_IRQ_HANDLER Message-ID: <20180125074619.GC14162@infradead.org> References: <20180125030756.21787-1-palmer@sifive.com> <20180125030756.21787-4-palmer@sifive.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180125030756.21787-4-palmer@sifive.com> User-Agent: Mutt/1.9.1 (2017-09-22) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 24, 2018 at 07:07:55PM -0800, Palmer Dabbelt wrote: > It appears that openrisc copied arm64's MULTI_IRQ_HANDLER code (which > came from arm). I wanted to make this generic so I could use it in the > RISC-V port. This patch converts the openrisc code to use the generic > version. Note that openriscv overrides previous handle_arch_irq assignments. We'll need to know from the openrisc folks if that was intentional. Otherwise this looks fine to me.