Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753933AbbFATx7 (ORCPT ); Mon, 1 Jun 2015 15:53:59 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:52655 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752410AbbFATxt (ORCPT ); Mon, 1 Jun 2015 15:53:49 -0400 Date: Mon, 1 Jun 2015 21:53:39 +0200 From: Ralf Baechle To: Valentin Rothberg Cc: Paul Bolle , Andreas Ruprecht , hengelein Stefan , tglx@linutronix.de, jason@lakedaemon.net, linux-mips@linux-mips.org, linux-kernel@vger.kernel.org Subject: Re: MIPS/IRQCHIP: some remainders of IRQ_CPU Message-ID: <20150601195339.GB29986@linux-mips.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1439 Lines: 40 On Mon, Jun 01, 2015 at 04:51:48PM +0200, Valentin Rothberg wrote: > Hi Ralf, > > your commit 1f1786e60b53 ("MIPS/IRQCHIP: Move irq_chip from arch/mips > to drivers/irqchip.") is in today's linux-next tree (i.e., > next-20150601). It renames the Kconfig option IRQ_CPU to > IRQ_MIPS_CPU, but misses to rename a few Kconfig selects (see git > grep) in arch/mips. > > If you agree, I can send a trivial patch that renames those remainders? sed -i -e 's@\bIRQ_CPU\b@IRQ_MIPS_CPU@' $(git grep -l -w IRQ_CPU) or something like that. > I detected the issue with ./scripts/checkkconfigsymbols.py by diffing > the last and today's linux tree. > > Some advertisement for a small tool I started a few month a go, which > is made for such cases. With vgrep [1] you can grep for symbols in > the current directory tree and afterwards open specific lines in your > editor. It's more or less a comfortable wrapper around (git) grep. I > use it a lot to study source code as well as to manage code changes. > The most prominent user I know is Greg KH who uses it as a replacement > for cgvg. > > Kind regards, > Valentin > > [1] https://github.com/vrothberg/vgrep Thanks for reporting! Ralf -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/