From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261801AbTILSc6 (ORCPT ); Fri, 12 Sep 2003 14:32:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261800AbTILSb6 (ORCPT ); Fri, 12 Sep 2003 14:31:58 -0400 Received: from ns.suse.de ([195.135.220.2]:53131 "EHLO Cantor.suse.de") by vger.kernel.org with ESMTP id S261821AbTILS2y (ORCPT ); Fri, 12 Sep 2003 14:28:54 -0400 Date: Fri, 12 Sep 2003 20:28:51 +0200 From: Andi Kleen To: Adrian Bunk Cc: jgarzik@pobox.com, ebiederm@xmission.com, akpm@osdl.org, richard.brunner@amd.com, linux-kernel@vger.kernel.org, torvalds@osdl.org Subject: Re: [PATCH] 2.6 workaround for Athlon/Opteron prefetch errata Message-Id: <20030912202851.3529e7e7.ak@suse.de> In-Reply-To: <20030912182216.GK27368@fs.tum.de> References: <99F2150714F93F448942F9A9F112634C0638B196@txexmtae.amd.com> <20030911012708.GD3134@wotan.suse.de> <20030910184414.7850be57.akpm@osdl.org> <20030911014716.GG3134@wotan.suse.de> <3F60837D.7000209@pobox.com> <20030911162634.64438c7d.ak@suse.de> <3F6087FC.7090508@pobox.com> <20030912195606.24e73086.ak@suse.de> <3F62098F.9030300@pobox.com> <20030912182216.GK27368@fs.tum.de> X-Mailer: Sylpheed version 0.8.9 (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 On Fri, 12 Sep 2003 20:22:16 +0200 Adrian Bunk wrote: > > But even CONFIG_X86_GENERIC doesn't do what you expect. A kernel > compiled for Athlon wouldn't run on a Pentium 4 even with > CONFIG_X86_GENERIC. It does. Just try it. > > Quoting arch/i386/Kconfig in -test5: > > <-- snip --> > > config X86_USE_3DNOW > bool > depends on MCYRIXIII || MK7 > default y That's obsolete and could be removed. All 3dnow! code is dynamically patched depending on the CPUID. -Andi