From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764410AbYEHRBS (ORCPT ); Thu, 8 May 2008 13:01:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1763600AbYEHRA5 (ORCPT ); Thu, 8 May 2008 13:00:57 -0400 Received: from terminus.zytor.com ([198.137.202.10]:53040 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1763237AbYEHRA4 (ORCPT ); Thu, 8 May 2008 13:00:56 -0400 Message-ID: <48232DCF.2070907@zytor.com> Date: Thu, 08 May 2008 09:43:59 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Andi Kleen CC: Linus Torvalds , Rene Herman , Thomas Gleixner , Adrian Bunk , Yinghai Lu , Ingo Molnar , Linux Kernel , akpm@linux-foundation.org, Pavel Machek Subject: Re: 2.6.26, PAT and AMD family 6 References: <48210A71.1060409@keyaccess.nl> <86802c440805061939q39ff5500h3c9e229ecbc6b2e6@mail.gmail.com> <20080507124650.GD29935@cs181133002.pp.htv.fi> <48221AE3.6020602@keyaccess.nl> <482233F0.7040000@zytor.com> <48224318.8020209@keyaccess.nl> <48224361.5080102@zytor.com> <482249E4.2040102@zytor.com> <87d4nxayr4.fsf@basil.nowhere.org> In-Reply-To: <87d4nxayr4.fsf@basil.nowhere.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andi Kleen wrote: > "H. Peter Anvin" writes: >> Well, there *is* support for that - all the raw information is there >> in /dev/cpu/*/cpuid. There are other reasons why /proc/cpuinfo is the >> wrong interface to try to get the "real" CPUID information - we only >> report CPU features that the kernel knows about; bits we don't, if we >> can decode them at all, we just don't show. > > They are reported as numbers (assuming they are in the existing leaves) No, they're not. -hpa