-
Dave Jones authored
I tried to load the new SMP capable powernow k8 driver on a machine with an too old BIOS. I got a lot of cryptic "init not cpu 0" messages until the "MP systems not supported by PSB ..." message. This patch switches the order of the checks around to print the other message first. It will be still printed multiple times because the cpufreq setup will probe all CPUs, but that's probably ok. From: Andi Kleen <ak@muc.de> Signed-off-by: Dave Jones <davej@redhat.com>
22569848