public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: Jordan Crouse <jordan.crouse@AMD.COM>
Cc: linux-kernel@vger.kernel.org, info-linux@ldcmail.amd.com
Subject: Re: [PATCH 2/7] AMD Geode GX/LX support
Date: Mon, 03 Oct 2005 20:03:06 +0100	[thread overview]
Message-ID: <1128366186.26992.29.camel@localhost.localdomain> (raw)
In-Reply-To: <20051003175032.GD29264@cosmic.amd.com>

On Llu, 2005-10-03 at 11:50 -0600, Jordan Crouse wrote:
> This patch adds support for the Geode LX processor, including CPU 
> identification, config options, and PCI IDs.  Please apply against 
> linux-2.4.15-rc2-mm2.
> 
> Signed off by:  Jordan Crouse (jordan.crouse@amd.com)

>  config X86_USE_3DNOW
>  	bool
> -	depends on MCYRIXIII || MK7 || MGEODE_GX
> +	depends on MCYRIXIII || MK7 || MGEODE_GX || MGEODE_LX
>  	default y
>  
>  config X86_OOSTORE
> @@ -539,7 +548,7 @@ source "kernel/Kconfig.preempt"
>  
>  config X86_UP_APIC
>  	bool "Local APIC support on uniprocessors"
> -	depends on !SMP && !(X86_VISWS || X86_VOYAGER || MGEODE_GX)
> +	depends on !SMP && !(X86_VISWS || X86_VOYAGER || MGEODE_GX || MGEODE_LX)
>  	help
>  	  A local APIC (Advanced Programmable Interrupt Controller) is an
>  	  integrated interrupt controller in the CPU. If you have a single-CPU
> @@ -756,7 +765,7 @@ config HIGHMEM4G
>  
>  config HIGHMEM64G
>  	bool "64GB"
> -	depends on !MGEODE_GX
> +	depends on !MGEODE_GX && !MGEODE_LX
>  	help


Same question and comments apply to this patch. I've no idea if the
3DNOW is correct since I've not benched an LX but the others look wrong


      reply	other threads:[~2005-10-03 18:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-03 17:50 [PATCH 2/7] AMD Geode GX/LX support Jordan Crouse
2005-10-03 19:03 ` Alan Cox [this message]

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=1128366186.26992.29.camel@localhost.localdomain \
    --to=alan@lxorguk.ukuu.org.uk \
    --cc=info-linux@ldcmail.amd.com \
    --cc=jordan.crouse@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