All of lore.kernel.org
 help / color / mirror / Atom feed
* 2.5.51 cpufeatures.h
@ 2002-12-14 11:55 Margit Schubert-While
  2002-12-14 17:25 ` Dave Jones
  2002-12-14 17:31 ` Zwane Mwaikambo
  0 siblings, 2 replies; 3+ messages in thread
From: Margit Schubert-While @ 2002-12-14 11:55 UTC (permalink / raw)
  To: linux-kernel

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

Margit 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-12-14 17:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-14 11:55 2.5.51 cpufeatures.h Margit Schubert-While
2002-12-14 17:25 ` Dave Jones
2002-12-14 17:31 ` Zwane Mwaikambo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.