From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ftp.linux-mips.org ([194.74.144.162]:55548 "EHLO ftp.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751011AbXJ3CsH (ORCPT ); Mon, 29 Oct 2007 22:48:07 -0400 Date: Tue, 30 Oct 2007 02:48:01 +0000 From: Ralf Baechle Subject: Re: [PATCH] Only show RESOURCES_64BIT on relevant architectures Message-ID: <20071030024801.GA19417@linux-mips.org> References: <20071028201549.GA23138@fattire.cabal.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071028201549.GA23138@fattire.cabal.ca> Sender: linux-arch-owner@vger.kernel.org To: Kyle McMartin Cc: linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org List-ID: On Sun, Oct 28, 2007 at 04:15:49PM -0400, Kyle McMartin wrote: > +++ b/mm/Kconfig > @@ -172,6 +172,7 @@ config MIGRATION > > config RESOURCES_64BIT > bool "64 bit Memory and IO resources (EXPERIMENTAL)" if (!64BIT && EXPERIMENTAL) > + depends on (MIPS || PPC32 || X86_PAE) || 64BIT On MIPS it would be a per platform thing. I'd prefer if RESOURCES_64BIT was enabled through reverse dependencies and never visible as a user option. Ralf