Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265164AbUASPLJ (ORCPT ); Mon, 19 Jan 2004 10:11:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265178AbUASPLJ (ORCPT ); Mon, 19 Jan 2004 10:11:09 -0500 Received: from colin2.muc.de ([193.149.48.15]:13576 "HELO colin2.muc.de") by vger.kernel.org with SMTP id S265164AbUASPJw (ORCPT ); Mon, 19 Jan 2004 10:09:52 -0500 Date: 19 Jan 2004 16:10:32 +0100 Date: Mon, 19 Jan 2004 16:10:31 +0100 From: Andi Kleen To: Jeff Garzik Cc: Andi Kleen , akpm@osdl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Modernize i386 string.h Message-ID: <20040119151031.GA64150@colin2.muc.de> References: <20040118200919.GA26573@averell> <400BE923.1020505@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <400BE923.1020505@pobox.com> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 661 Lines: 20 > ISTR this patch being shot down in the past... I don't remember that. > > It seems suboptimal for people with ancient compilers, or for people on > embedded 486's, doesn't it? It is unlikely to make much difference for them. Kernel str* handling is not very time critical (except memset/memcpy, but they are handled efficiently on all compilers) The patch is mainly to make the code more maintainable. -Andi - 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/