Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 16 Dec 2002 19:08:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 16 Dec 2002 19:08:12 -0500 Received: from urtica.linuxnews.pl ([217.67.200.130]:57615 "EHLO urtica.linuxnews.pl") by vger.kernel.org with ESMTP id ; Mon, 16 Dec 2002 19:07:49 -0500 Date: Tue, 17 Dec 2002 01:15:40 +0100 (CET) From: Pawel Kot To: Alan Cox cc: Subject: Re: Linux 2.2.24-rc1 In-Reply-To: <200212162018.gBGKIdP18149@devserv.devel.redhat.com> 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: 863 Lines: 30 On Mon, 16 Dec 2002, Alan Cox wrote: > Linux 2.2.24-rc1 [...] > o Fix misidentification of some AMD processors (Bruce Robson) [...] Is it the following chunk? (I can't find anything more appropriate) @@ -1378,7 +1378,8 @@ return; case X86_VENDOR_AMD: - init_amd(c); + if(init_amd(c)) + return; return; case X86_VENDOR_CENTAUR: What does it fix? pkot -- mailto:pkot@linuxnews.pl :: mailto:pkot@slackware.pl http://kt.linuxnews.pl/ :: Kernel Traffic po polsku - 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/