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
..
2007-05-02 19:27:04 +02:00
2007-05-02 19:27:22 +02:00
2007-05-02 19:27:16 +02:00
2007-05-02 19:27:17 +02:00
2007-05-02 19:27:11 +02:00
2007-05-02 19:27:16 +02:00
2006-06-30 19:25:36 +02:00
2007-02-13 13:26:23 +01:00
2006-12-07 08:39:46 -08:00
2007-05-02 19:27:13 +02:00
2007-05-02 19:27:21 +02:00
2006-09-26 08:48:56 -07:00
2007-05-02 19:27:11 +02:00
2007-05-02 19:27:19 +02:00
2007-05-02 19:27:16 +02:00
2007-03-29 10:25:32 -07:00
2007-05-02 19:27:16 +02:00
2006-06-30 19:25:36 +02:00
2006-10-01 00:39:23 -07:00
2007-03-22 19:33:30 -07:00
2007-02-16 08:14:00 -08:00
2006-10-02 07:57:20 -07:00
2007-05-02 19:27:19 +02:00
2007-05-02 19:27:13 +02:00
2007-05-02 19:27:16 +02:00
2007-02-13 13:26:21 +01:00
2006-12-07 02:14:01 +01:00
2006-09-26 10:52:38 +02:00
2007-05-02 19:27:16 +02:00
2006-12-07 02:14:19 +01:00
2007-04-02 10:06:09 -07:00
2006-12-08 08:28:39 -08:00
2007-05-02 19:27:04 +02:00
2007-02-13 13:26:23 +01:00
2007-05-02 19:27:20 +02:00
2006-06-30 19:25:36 +02:00
2007-05-02 19:27:18 +02:00
2007-03-01 14:53:39 -08:00
2007-02-13 13:26:26 +01:00
2007-05-02 19:27:16 +02:00
2007-02-13 13:26:20 +01:00
2007-05-02 19:27:04 +02:00
2007-05-02 19:27:06 +02:00
2007-05-02 19:27:18 +02:00
2006-09-26 10:52:38 +02:00
2006-06-30 19:25:36 +02:00
2007-03-05 07:57:53 -08:00
2007-02-13 13:26:26 +01:00
2007-05-02 19:27:18 +02:00
2007-05-02 19:27:21 +02:00
2007-02-02 21:47:33 -05:00
2006-10-02 07:57:23 -07:00
2006-10-11 11:14:21 -07:00
2007-05-02 19:27:16 +02:00
2007-05-02 19:27:05 +02:00
2007-02-17 19:13:42 +01:00
2007-05-02 19:27:10 +02:00
2007-05-02 19:27:15 +02:00
2007-02-16 08:13:57 -08:00
2007-05-02 19:27:18 +02:00
2007-05-02 19:27:20 +02:00
2007-02-13 13:26:20 +01:00
2007-05-02 19:27:16 +02:00
2007-05-02 19:27:16 +02:00
2007-05-02 19:27:17 +02:00
2006-03-31 12:18:52 -08:00
2006-06-27 17:32:38 -07:00
2007-05-02 19:27:09 +02:00