Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752132AbXFCVwT (ORCPT ); Sun, 3 Jun 2007 17:52:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751120AbXFCVwJ (ORCPT ); Sun, 3 Jun 2007 17:52:09 -0400 Received: from nic.NetDirect.CA ([216.16.235.2]:59735 "EHLO rubicon.netdirect.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750831AbXFCVwI (ORCPT ); Sun, 3 Jun 2007 17:52:08 -0400 X-Originating-Ip: 72.143.65.211 Date: Sun, 3 Jun 2007 17:50:26 -0400 (EDT) From: "Robert P. J. Day" X-X-Sender: rpjday@localhost.localdomain To: Tim Hockin cc: Roland Dreier , Randy Dunlap , Linux Kernel Mailing List Subject: Re: Kconfig variable "COBALT" is not defined anywhere In-Reply-To: Message-ID: References: <20070603132309.508738b7.randy.dunlap@oracle.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Net-Direct-Inc-MailScanner-Information: Please contact the ISP for more information X-Net-Direct-Inc-MailScanner: Found to be clean X-Net-Direct-Inc-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-16.8, required 5, autolearn=not spam, ALL_TRUSTED -1.80, BAYES_00 -15.00, INIT_RECVD_OUR_AUTH -20.00, RCVD_IN_SORBS_DUL 20.00) X-Net-Direct-Inc-MailScanner-From: rpjday@mindspring.com Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1186 Lines: 39 On Sun, 3 Jun 2007, Tim Hockin wrote: > I think the nvram is the only place left that uses CONFIG_COBALT sure, but once you remove this snippet near the top of drivers/char/nvram.c: ... # if defined(CONFIG_COBALT) # include # define MACH COBALT # else # define MACH PC # endif ... then everything else COBALT-related in that file should be tossed as well, which would include stuff conditional on: #if MACH == COBALT and so on. just making sure that what you're saying is that *all* COBALT-related content in that file can be thrown out. i'll submit a patch shortly and you can pass judgment. rday -- ======================================================================== Robert P. J. Day Linux Consulting, Training and Annoying Kernel Pedantry Waterloo, Ontario, CANADA http://fsdev.net/wiki/index.php?title=Main_Page ======================================================================== - 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/