From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralf Baechle Subject: Re: [PATCH V4 01/14] sh: Eliminate unused irq_reg_{readl,writel} accessors Date: Fri, 14 Nov 2014 17:38:44 +0100 Message-ID: <20141114163843.GH29662@linux-mips.org> References: <1415342669-30640-1-git-send-email-cernekee@gmail.com> <1415342669-30640-2-git-send-email-cernekee@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from localhost.localdomain ([127.0.0.1]:34867 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27013725AbaKNQiuQ1Fns (ORCPT + 2 others); Fri, 14 Nov 2014 17:38:50 +0100 Content-Disposition: inline In-Reply-To: Sender: linux-sh-owner@vger.kernel.org To: Geert Uytterhoeven Cc: Kevin Cernekee , Thomas Gleixner , Jason Cooper , Linux-sh list , Arnd Bergmann , Florian Fainelli , Sergei Shtylyov , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , Maxime Bizon , Jonas Gorski , Linux MIPS Mailing List List-Id: devicetree@vger.kernel.org On Mon, Nov 10, 2014 at 09:13:49AM +0100, Geert Uytterhoeven wrote: > On Fri, Nov 7, 2014 at 7:44 AM, Kevin Cernekee wrote: > > Defining these macros way down in arch/sh/.../irq.c doesn't cause > > kernel/irq/generic-chip.c to use them. As far as I can tell this code > > has no effect. > > > > Signed-off-by: Kevin Cernekee > > Compared preprocessor and asm output before and after, no difference > except for line numbers, so > > Tested-by: Geert Uytterhoeven I noticed the remainder of of this series is now in Jason Cooper's irqchip tree. Is anybody still taking care of SH? If not I can funnel it through the MIPS tree. Ralf