Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752080Ab0F3Nfh (ORCPT ); Wed, 30 Jun 2010 09:35:37 -0400 Received: from eddie.linux-mips.org ([78.24.191.182]:48691 "EHLO eddie.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751387Ab0F3Nfg (ORCPT ); Wed, 30 Jun 2010 09:35:36 -0400 Date: Wed, 30 Jun 2010 14:35:34 +0100 (BST) From: "Maciej W. Rozycki" To: Jiri Kosina cc: Ralf Baechle , 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 In-Reply-To: Message-ID: References: <20100628134959.GC29229@linux-mips.org> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1463 Lines: 37 On Wed, 30 Jun 2010, 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. Maciej -- 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/