Re: [PATCH 2/7] AMD Geode GX/LX support

From: Alan Cox
Date: Mon Oct 03 2005 - 13:35:46 EST


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@xxxxxxx)

> 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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/