kernel-ark/arch
Dave Jones 03938c3f10 powernow-k8 requires that a data structure for
each core be created in the _cpu_init function
call.  The cpufreq infrastructure doesn't call
_cpu_init for the second core in each processor.
Some systems crashed when _get was called with
an odd-numbered core because it tried to
dereference a NULL pointer since the data
structure had not been created.

The attached patch solves the problem by
initializing data structures for all shared
cores in the _cpu_init function.  It should
apply to 2.6.12-rc6 and has been tested by
AMD and Sun.

Signed-off-by: Mark Langsdorf <mark.langsdorf@amd.com>
Signed-off-by: Dave Jones <davej@redhat.com>
2005-07-28 09:38:21 -07:00
..
alpha [NET]: add a top-level Networking menu to *config 2005-07-11 21:03:49 -07:00
arm [PATCH] ARM: 2815/1: Shark: new defconfig, fixes with __io and serial ports 2005-07-16 17:17:18 +01:00
arm26 [NET]: add a top-level Networking menu to *config 2005-07-11 21:03:49 -07:00
cris [NET]: add a top-level Networking menu to *config 2005-07-11 21:03:49 -07:00
frv [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc... 2005-07-12 17:21:56 -04:00
h8300 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 2005-07-12 15:54:36 -07:00
i386 powernow-k8 requires that a data structure for 2005-07-28 09:38:21 -07:00
ia64 [IA64] Fix undefined reference to can_cpei_retarget for simulator 2005-07-14 09:21:47 -07:00
m32r [NET]: add a top-level Networking menu to *config 2005-07-11 21:03:49 -07:00
m68k [NET]: add a top-level Networking menu to *config 2005-07-11 21:03:49 -07:00
m68knommu [NET]: add a top-level Networking menu to *config 2005-07-11 21:03:49 -07:00
mips [NET]: add a top-level Networking menu to *config 2005-07-11 21:03:49 -07:00
parisc [NET]: add a top-level Networking menu to *config 2005-07-11 21:03:49 -07:00
ppc [PATCH] ppc32: make -j12 all fails in uImage target 2005-07-13 11:25:25 -07:00
ppc64 [PATCH] ppc64: add 970MP PVR 2005-07-13 11:25:25 -07:00
s390 [PATCH] s390: fadvise hint values. 2005-07-13 11:25:24 -07:00
sh [NET]: add a top-level Networking menu to *config 2005-07-11 21:03:49 -07:00
sh64 [NET]: add a top-level Networking menu to *config 2005-07-11 21:03:49 -07:00
sparc [NET]: add a top-level Networking menu to *config 2005-07-11 21:03:49 -07:00
sparc64 Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 2005-07-12 15:54:36 -07:00
um [PATCH] uml: allow building as 32-bit binary on 64bit host 2005-07-14 09:00:25 -07:00
v850 [PATCH] v850: Align ___start___param to match parameter alignment 2005-07-13 12:25:48 -07:00
x86_64 [PATCH] x86_64: TASK_SIZE fixes for compatibility mode processes 2005-07-15 22:56:11 -07:00
xtensa [PATCH] xtensa: use ssleep() instead of schedule_timeout() 2005-07-12 16:01:01 -07:00