Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760204AbcLARBP (ORCPT ); Thu, 1 Dec 2016 12:01:15 -0500 Received: from mail-ua0-f179.google.com ([209.85.217.179]:36453 "EHLO mail-ua0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758319AbcLARBN (ORCPT ); Thu, 1 Dec 2016 12:01:13 -0500 MIME-Version: 1.0 In-Reply-To: <20161201055350.GH3092@twins.programming.kicks-ass.net> References: <56690623af05784f41a4efbe1b25b1e2c43fdefb.1480536936.git.luto@kernel.org> <20161201055350.GH3092@twins.programming.kicks-ass.net> From: Andy Lutomirski Date: Thu, 1 Dec 2016 09:00:51 -0800 Message-ID: Subject: Re: [PATCH 2/4] Revert "x86/boot: Fail the boot if !M486 and CPUID is missing" To: Peter Zijlstra Cc: Andy Lutomirski , X86 ML , One Thousand Gnomes , Borislav Petkov , "linux-kernel@vger.kernel.org" , Brian Gerst , Matthew Whitehead , Henrique de Moraes Holschuh , Denys Vlasenko , "H . Peter Anvin" , Josh Poimboeuf , Linus Torvalds , Thomas Gleixner Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 582 Lines: 14 On Wed, Nov 30, 2016 at 9:53 PM, Peter Zijlstra wrote: > On Wed, Nov 30, 2016 at 12:34:53PM -0800, Andy Lutomirski wrote: >> This reverts commit ed68d7e9b9cfb64f3045ffbcb108df03c09a0f98. >> >> The patch wasn't quite correct -- there are non-Intel (and hence >> non-486) CPUs that we support that don't have CPUID. Since we no >> longer require CPUID for sync_core(), just revert the patch. > > Might be useful to enumerate which special parts these are. Alan thought it was Geode and Elan, right? I can add that to the commit message if I do a v2. --Andy