From: "Jordan Crouse" <jordan.crouse@amd.com>
To: "Adrian Bunk" <bunk@stusta.de>
Cc: info-linux@ldcmail.amd.com, linux-kernel@vger.kernel.org
Subject: Re: Why doesn't MGEODE_LX enable X86_TSC?
Date: Sun, 19 Mar 2006 21:54:54 -0700 [thread overview]
Message-ID: <20060320045454.GA15963@cosmic.amd.com> (raw)
In-Reply-To: <LYRIS-4270-36981-2006.03.19-15.00.48--jordan.crouse#amd.com@whitestar.amd.com>
[-- 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
next parent reply other threads:[~2006-03-20 4:44 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[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 [this message]
2006-03-19 21:59 Adrian Bunk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060320045454.GA15963@cosmic.amd.com \
--to=jordan.crouse@amd.com \
--cc=bunk@stusta.de \
--cc=info-linux@ldcmail.amd.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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