* 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
* Re: 2.5.51 cpufeatures.h
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
1 sibling, 0 replies; 3+ messages in thread
From: Dave Jones @ 2002-12-14 17:25 UTC (permalink / raw)
To: Margit Schubert-While; +Cc: linux-kernel
On Sat, Dec 14, 2002 at 12:55:55PM +0100, Margit Schubert-While wrote:
> #define X86_FEATURE_ACC (0*32+29) /* Automatic clock control
>
> 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
Its just different terminology for the same thing.
Dave
--
| Dave Jones. http://www.codemonkey.org.uk
| SuSE Labs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.5.51 cpufeatures.h
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
1 sibling, 0 replies; 3+ messages in thread
From: Zwane Mwaikambo @ 2002-12-14 17:31 UTC (permalink / raw)
To: Margit Schubert-While; +Cc: linux-kernel
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
^ 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.