Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 1 Nov 2000 05:19:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 1 Nov 2000 05:19:08 -0500 Received: from [62.172.234.2] ([62.172.234.2]:29562 "EHLO saturn.homenet") by vger.kernel.org with ESMTP id ; Wed, 1 Nov 2000 05:18:54 -0500 Date: Wed, 1 Nov 2000 10:19:18 +0000 (GMT) From: Tigran Aivazian To: Linus Torvalds cc: Kernel Mailing List , Daniel Roesen , Richard Schaal Subject: Re: Linux-2.4.0-test10 In-Reply-To: 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 On Tue, 31 Oct 2000, Linus Torvalds wrote: > > Ok, test10-final is out there now. This has no _known_ bugs that I > consider show-stoppers, for what it's worth. Linus, But it contains an erroneous part in microcode.c: - if (c->x86_vendor != X86_VENDOR_INTEL || c->x86 < 6){ + if (c->x86_vendor != X86_VENDOR_INTEL || c->x86 != 6){ printk(KERN_ERR "microcode: CPU%d not an Intel P6\n", cpu_num); It was not in Daniel's cleanup patch which I saw but came from elsewhere. Are there Intel CPUs with family>6 which do not support the same mechanism for microcode update as family=6? The manuals suggest that test for ">" is correct, i.e. that Intel will maintain compatibility with P6 wrt microcode update. Perhaps Richard can clarify this? Regards, Tigran - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/