kernel-ark/arch/i386/kernel/cpu
Alan 120fad7240 [PATCH] i386: Fix Cyrix MediaGX detection
The old Cyrix 5520 CPU detection code relied upon the PCI layer setup being
done earlier than the CPU setup, which is no longer true.  Fortunately we
know that if the processor is a MediaGX we can do type 1 pci config
accesses to check the companion chip.  We thus do those directly and from
this find the 5520 and implement the workarounds for the timer problem

Original report from takada@mbf.nifty.com, I sent a proposed patch which
Takara then corrected, tested and sent back to the list on 10th January.

Submitting for merging as it seems to have been missed

AK: Changed to use pci-direct.h and fix warning for !CONFIG_PCI (later
AK: originally from akpm)

Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Andi Kleen <ak@suse.de>
Cc: <takada@mbf.nifty.com>
Cc: Jordan Crouse <jordan.crouse@amd.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2007-02-13 13:26:26 +01:00
..
cpufreq
mcheck [PATCH] i386: add idle notifier 2007-02-13 13:26:22 +01:00
mtrr [PATCH] i386: fix size_or_mask and size_and_mask 2007-02-13 13:26:23 +01:00
amd.c
centaur.c
common.c
cpu.h
cyrix.c [PATCH] i386: Fix Cyrix MediaGX detection 2007-02-13 13:26:26 +01:00
intel_cacheinfo.c
intel.c
Makefile
nexgen.c
proc.c [PATCH] x86: Add new CPUID bits for AMD Family 10 CPUs in /proc/cpuinfo 2007-02-13 13:26:25 +01:00
rise.c
transmeta.c [PATCH] i386: Fix warning in cpu initialization 2007-02-13 13:26:25 +01:00
umc.c