* Re: Why doesn't MGEODE_LX enable X86_TSC?
[not found] <LYRIS-4270-36981-2006.03.19-15.00.48--jordan.crouse#amd.com@whitestar.amd.com>
@ 2006-03-20 4:54 ` Jordan Crouse
0 siblings, 0 replies; 2+ messages in thread
From: Jordan Crouse @ 2006-03-20 4:54 UTC (permalink / raw)
To: Adrian Bunk; +Cc: info-linux, linux-kernel
[-- Attachment #1: Type: text/plain, Size: 400 bytes --]
On 19/03/06 22:59 +0100, Adrian Bunk wrote:
> Is it accidental that CONFIG_MGEODE_LX doesn't enable CONFIG_X86_TSC or
> is there a reason for this?
Totally accidental. Thanks for pointing that out. Just for completeness,
here's the patch if it hasn't already been fixed.
Jordan
--
Jordan Crouse
Senior Linux Engineer
AMD - Personal Connectivity Solutions Group
<www.amd.com/embeddedprocessors>
[-- Attachment #2: tsc.patch --]
[-- Type: text/plain, Size: 924 bytes --]
[PATCH] Enable TSC for AMD Geode GX/LX
Geode GX/LX should enable X86_TSC. Pointed out by Adrian Bunk.
Signed-off-by: Jordan Crouse <jordan.crouse@amd.com>
---
arch/i386/Kconfig.cpu | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/i386/Kconfig.cpu b/arch/i386/Kconfig.cpu
index 79603b3..eb13048 100644
--- a/arch/i386/Kconfig.cpu
+++ b/arch/i386/Kconfig.cpu
@@ -311,5 +311,5 @@ config X86_OOSTORE
config X86_TSC
bool
- depends on (MWINCHIP3D || MWINCHIP2 || MCRUSOE || MEFFICEON || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || MK8 || MVIAC3_2 || MGEODEGX1) && !X86_NUMAQ
+ depends on (MWINCHIP3D || MWINCHIP2 || MCRUSOE || MEFFICEON || MCYRIXIII || MK7 || MK6 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || M586MMX || M586TSC || MK8 || MVIAC3_2 || MGEODEGX1 || MGEODE_LX) && !X86_NUMAQ
default y
^ permalink raw reply [flat|nested] 2+ messages in thread
* Why doesn't MGEODE_LX enable X86_TSC?
@ 2006-03-19 21:59 Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2006-03-19 21:59 UTC (permalink / raw)
To: info-linux; +Cc: linux-kernel
Looking at the AMD data books for the Geode GX and Geode LX processors
they seem to have a time stamp counter.
Is it accidental that CONFIG_MGEODE_LX doesn't enable CONFIG_X86_TSC or
is there a reason for this?
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-20 4:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <LYRIS-4270-36981-2006.03.19-15.00.48--jordan.crouse#amd.com@whitestar.amd.com>
2006-03-20 4:54 ` Why doesn't MGEODE_LX enable X86_TSC? Jordan Crouse
2006-03-19 21:59 Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome