Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267296AbTGLCQ6 (ORCPT ); Fri, 11 Jul 2003 22:16:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267317AbTGLCQ6 (ORCPT ); Fri, 11 Jul 2003 22:16:58 -0400 Received: from air-2.osdl.org ([65.172.181.6]:48263 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id S267296AbTGLCQq (ORCPT ); Fri, 11 Jul 2003 22:16:46 -0400 Date: Fri, 11 Jul 2003 19:31:35 -0700 From: Andrew Morton To: Milton Miller Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] Allow LBD on architectures that support it Message-Id: <20030711193135.4edd7557.akpm@osdl.org> In-Reply-To: <200307120224.h6C2ONNR016854@sullivan.realtime.net> References: <200307120224.h6C2ONNR016854@sullivan.realtime.net> X-Mailer: Sylpheed version 0.9.0pre1 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 654 Lines: 17 Milton Miller wrote: > > config LBD > bool "Support for Large Block Devices" > - depends on X86 > + depends on X86 || MIPS32 || PPC32 || ARCH_S390_31 || SUPERH yup, the idea was that architecture maintainers could come in and turn this on once they had verified that it actually works OK. However I don't have a problem with just doing the above and then listening for distant bangs. - 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/