From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Wed, 30 Jun 2010 22:38:05 +0200 (CEST) Received: from h5.dl5rb.org.uk ([81.2.74.5]:42979 "EHLO h5.dl5rb.org.uk" rhost-flags-OK-OK-OK-OK) by eddie.linux-mips.org with ESMTP id S1491938Ab0F3UhK (ORCPT ); Wed, 30 Jun 2010 22:37:10 +0200 Received: from h5.dl5rb.org.uk (localhost.localdomain [127.0.0.1]) by h5.dl5rb.org.uk (8.14.4/8.14.3) with ESMTP id o5UFFcGH004912; Wed, 30 Jun 2010 16:15:38 +0100 Received: (from ralf@localhost) by h5.dl5rb.org.uk (8.14.4/8.14.4/Submit) id o5UFFbaE004906; Wed, 30 Jun 2010 16:15:37 +0100 Date: Wed, 30 Jun 2010 16:15:36 +0100 From: Ralf Baechle To: Jiri Kosina Cc: "Maciej W. Rozycki" , Christoph Egger , Gilles Espinasse , Tejun Heo , linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, vamos@i4.informatik.uni-erlangen.de Subject: Re: [PATCH 3/9] Removing dead CONFIG_SIBYTE_BCM1480_PROF Message-ID: <20100630151536.GA740@linux-mips.org> References: <20100628134959.GC29229@linux-mips.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-17) X-archive-position: 27288 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk X-list: linux-mips Return-Path: X-Keywords: X-UID: 20567 On Wed, Jun 30, 2010 at 03:38:30PM +0200, Jiri Kosina wrote: > > > Well, still it's dead code guarded by ifdef depending on non-exsiting > > > symbol ... I have just quickly tried to get a grip on the zbus thing, but > > > > You've missed... > > > > > arch/mips/configs/bigsur_defconfig:CONFIG_SIBYTE_HAS_ZBUS_PROFILING=y > > > arch/mips/configs/sb1250-swarm_defconfig:CONFIG_SIBYTE_HAS_ZBUS_PROFILING=y > > > arch/mips/sibyte/Kconfig: select SIBYTE_HAS_ZBUS_PROFILING > > > arch/mips/sibyte/Kconfig: select SIBYTE_HAS_ZBUS_PROFILING > > > arch/mips/sibyte/Kconfig: select SIBYTE_HAS_ZBUS_PROFILING > > > arch/mips/sibyte/Kconfig: select SIBYTE_HAS_ZBUS_PROFILING > > > arch/mips/sibyte/Kconfig: select SIBYTE_HAS_ZBUS_PROFILING > > > arch/mips/sibyte/Kconfig: select SIBYTE_HAS_ZBUS_PROFILING > > > arch/mips/sibyte/Kconfig: select SIBYTE_HAS_ZBUS_PROFILING > > > > ... this: > > > > arch/mips/sibyte/Kconfig: config SIBYTE_TBPROF > > arch/mips/sibyte/Kconfig: tristate "Support for ZBbus profiling" > > > arch/mips/sibyte/Kconfig: depends on SIBYTE_HAS_ZBUS_PROFILING > > > > ^^^ here. > > > > > arch/mips/sibyte/Kconfig:config SIBYTE_HAS_ZBUS_PROFILING > > > > > > seem to be the only occurences in the whole tree. Another unused symbol? > > > > Not quite so then. > > Right you are, sorry for the noise. So I've dropped this one from my own patch list then. Ralf