From: Dave Young Date: Wed, 21 Nov 2007 22:52:15 +0000 (-0800) Subject: [CPUFREQ] gx-suspmod.c: use boot_cpu_data instead of current_cpu_data X-Git-Tag: v2.6.25-rc1~302^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b25e75899e449456409cfa1a3b042257c03d4355;p=pandora-kernel.git [CPUFREQ] gx-suspmod.c: use boot_cpu_data instead of current_cpu_data In preemptible kernel will report BUG: using smp_processor_id() in preemptible, so use boot_cpu_data instead of current_cpu_data. discussion in : http://lkml.org/lkml/2007/7/25/32 Signed-off-by: Dave Young CC: Signed-off-by: Andrew Morton Signed-off-by: Dave Jones --- Reading git-diff-tree failed