Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 16 Dec 2002 19:46:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 16 Dec 2002 19:46:21 -0500 Received: from pc2-cwma1-4-cust86.swan.cable.ntl.com ([213.105.254.86]:41696 "EHLO irongate.swansea.linux.org.uk") by vger.kernel.org with ESMTP id ; Mon, 16 Dec 2002 19:46:20 -0500 Subject: Re: Linux 2.2.24-rc1 From: Alan Cox To: Pawel Kot Cc: Alan Cox , Linux Kernel Mailing List In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) Date: 17 Dec 2002 01:33:53 +0000 Message-Id: <1040088833.13837.115.camel@irongate.swansea.linux.org.uk> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 610 Lines: 17 On Tue, 2002-12-17 at 00:15, Pawel Kot wrote: > case X86_VENDOR_AMD: > - init_amd(c); > + if(init_amd(c)) > + return; > return; > > case X86_VENDOR_CENTAUR: > What does it fix? If we get a vendor string, we should use it - thats all - 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/