From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753460AbXC2NUl (ORCPT ); Thu, 29 Mar 2007 09:20:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753466AbXC2NUl (ORCPT ); Thu, 29 Mar 2007 09:20:41 -0400 Received: from cantor2.suse.de ([195.135.220.15]:59867 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753461AbXC2NUk (ORCPT ); Thu, 29 Mar 2007 09:20:40 -0400 To: Linus Torvalds Cc: Len Brown , Thomas Gleixner , Pavel Machek , Ingo Molnar , "Eric W. Biederman" , Nick Piggin , Mingming Cao , Adrian Bunk , Andrew Morton , Linux Kernel Mailing List , Michal Piotrowski , Mariusz Kozlowski , Oliver Pinter , Sid Boyce , Nick Piggin , Jens Axboe , Thomas Renninger Subject: Re: [PATCH] i386: add command line option "local_apic_timer_c2_ok" References: <20070326123141.GA11288@ucw.cz> <1174917142.4182.39.camel@chaos> <200703271719.25795.lenb@kernel.org> From: Andi Kleen Date: 29 Mar 2007 16:19:25 +0200 In-Reply-To: Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 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 Linus Torvalds writes: > On Tue, 27 Mar 2007, Len Brown wrote: > > > > I think the only fool-proof way to do this automatically is to > > Why not just take the known-good CPUID signature? I didn't think we could reliably distingush mobile cpus with C2+ versus desktop CPUs without it. Or rather you would need a table for each new CPU revision Intel/AMD put out. That would be probably quite nightmarish to maintain. -Andi