Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 3 Nov 2002 17:16:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 3 Nov 2002 17:16:13 -0500 Received: from mailhost.tue.nl ([131.155.2.5]:61231 "EHLO mailhost.tue.nl") by vger.kernel.org with ESMTP id ; Sun, 3 Nov 2002 17:16:12 -0500 Date: Sun, 3 Nov 2002 23:22:43 +0100 From: Andries Brouwer To: Dave Jones , Akira Tsukamoto , Andrew Morton , linux-kernel@vger.kernel.org, Hirokazu Takahashi Subject: Re: [PATCH] 2/2 2.5.45 cleanup & add original copy_ro/from_user Message-ID: <20021103222243.GB946@win.tue.nl> References: <20021102025838.220E.AT541@columbia.edu> <3DC3A9C0.7979C276@digeo.com> <20021102214537.379A.AT541@columbia.edu> <20021103212421.GA733@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021103212421.GA733@suse.de> User-Agent: Mutt/1.3.25i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1055 Lines: 28 On Sun, Nov 03, 2002 at 09:24:21PM +0000, Dave Jones wrote: > As a sidenote, string-486.h has been disabled for years > (Right back to at least 2.0.39 which is the earliest tree I have > to hand right now). It should either be fixed, or considered > worth dropping imo. --- v1.3.75/linux/include/asm-i386/string.h Wed Feb 28 11:50:11 1996 +++ linux/include/asm-i386/string.h Mon Mar 18 10:52:08 1996 @@ -6,8 +6,11 @@ * byte string operations. But on a 386 or a PPro the * byte string ops are faster than doing it by hand * (MUCH faster on a Pentium). + * + * Also, the byte strings actually work correctly. Forget + * the i486 routines for now as they may be broken.. */ -#if CPU == 486 || CPU == 586 +#if FIXED_486_STRING && (CPU == 486 || CPU == 586) #include #else - 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/