Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 14 Dec 2002 12:20:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 14 Dec 2002 12:20:30 -0500 Received: from modemcable092.130-200-24.mtl.mc.videotron.ca ([24.200.130.92]:44054 "EHLO montezuma.mastecende.com") by vger.kernel.org with ESMTP id ; Sat, 14 Dec 2002 12:20:29 -0500 Date: Sat, 14 Dec 2002 12:31:01 -0500 (EST) From: Zwane Mwaikambo X-X-Sender: zwane@montezuma.mastecende.com To: Margit Schubert-While cc: linux-kernel@vger.kernel.org Subject: Re: 2.5.51 cpufeatures.h In-Reply-To: <4.3.2.7.2.20021214124403.00ae5f00@pop.t-online.de> Message-ID: References: <4.3.2.7.2.20021214124403.00ae5f00@pop.t-online.de> 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 Content-Length: 1087 Lines: 30 On Sat, 14 Dec 2002, Margit Schubert-While wrote: > Somewhat confused. > In include/asm-i386/cpufeature.h we have: > --snip-- > #define X86_FEATURE_XMM2 (0*32+26) /* Streaming SIMD Extensions-2 */ > #define X86_FEATURE_SELFSNOOP (0*32+27) /* CPU self snoop */ > #define X86_FEATURE_HT (0*32+28) /* Hyper-Threading */ > #define X86_FEATURE_ACC (0*32+29) /* Automatic clock control > */ <---- ****** > #define X86_FEATURE_IA64 (0*32+30) /* IA-64 processor */ > --end snip-- > > According to Intel specs, bit 29 is : > " TM Thermal Monitor The processor implements the thermal monitor automatic > thermal control circuitry (TMM)" > > The (wrong?) FEATURE ACC is used in > arch/i386/kernel/cpu/cpufreq/p4-clockmod.c > arch/i386/kernel/cpu/mcheck/p4.c They are synonymous. -- function.linuxpower.ca - 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/