Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262114AbVBYWBn (ORCPT ); Fri, 25 Feb 2005 17:01:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262479AbVBYWBm (ORCPT ); Fri, 25 Feb 2005 17:01:42 -0500 Received: from mx1.redhat.com ([66.187.233.31]:5045 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S262114AbVBYWBb (ORCPT ); Fri, 25 Feb 2005 17:01:31 -0500 Date: Fri, 25 Feb 2005 17:00:25 -0500 (EST) From: James Morris X-X-Sender: jmorris@thoron.boston.redhat.com To: Adrian Bunk cc: davem@davemloft.net, Subject: Re: [2.6 patch] better CRYPTO_AES <-> CRYPTO_AES_586 dependencies In-Reply-To: <20050225214613.GF3311@stusta.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 790 Lines: 27 On Fri, 25 Feb 2005, Adrian Bunk wrote: > 2.6.11-rc4-mm1 contains an option (IEEE80211_CRYPT_CCMP) that selects > CRYPTO_AES - but this is currently wrong on i386. > > This patch changes CRYPTO_AES to being the only user-visible options and > selecting either CRYPTO_AES_586 or a new CRYPTO_AES_GENERIC option > depending on the platform. Good thinking, didn't think to chain selects. > BTW: Does CRYPTO_AES_586 work on an 386 or 486? >From memory it is generic i386 asm optimize for P5. - James -- James Morris - 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/