kernel-ark/arch/i386
Thomas Renninger 35060b6a9a [PATCH] i386: Don't delete cpu_devs data to identify different x86 types in late_initcall
In arch/i386/cpu/common.c there is:
cpu_devs[X86_VENDOR_INTEL]
cpu_devs[X86_VENDOR_CYRIX]
cpu_devs[X86_VENDOR_AMD]
...
They are all filled with data early.
The data (struct) got set to NULL  for all, but Intel in different
late_initcall (exit_cpu_vendor) calls.
I don't see what sense this makes at all, maybe something that got
forgotten with the HOTPLUG_CPU extenstions?

Please check/review whether initdata, cpuinitdata is still ok and this
still works with HOTPLUG_CPU and without, it should...

Signed-off-by: Thomas Renninger <trenn@suse.de>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: davej@redhat.com
2007-05-02 19:27:22 +02:00
..
boot [PATCH] i386: Verify important CPUID bits in real mode 2007-05-02 19:27:20 +02:00
crypto
kernel [PATCH] i386: Don't delete cpu_devs data to identify different x86 types in late_initcall 2007-05-02 19:27:22 +02:00
lib [PATCH] i386: Remove copy_*_user BUG_ONs for (size < 0) 2007-05-02 19:27:21 +02:00
mach-default
mach-es7000
mach-generic
mach-visws
mach-voyager
math-emu
mm
oprofile
pci [PATCH] i386: type may be unused 2007-05-02 19:27:22 +02:00
power
defconfig
Kconfig [PATCH] i386: Add missing !X86_PAE dependincy to the 2G/2G split. 2007-05-02 19:27:22 +02:00
Kconfig.cpu [PATCH] i386: Verify important CPUID bits in real mode 2007-05-02 19:27:20 +02:00
Kconfig.debug
Makefile
Makefile.cpu