From: Russell King Date: Sat, 2 Jun 2007 14:36:37 +0000 (+0100) Subject: [ARM] Solve buggy smp_processor_id() usage X-Git-Tag: v2.6.22-rc5~97^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f72267c30f5a08f9a77c97417ec120e6943195f8;p=pandora-kernel.git [ARM] Solve buggy smp_processor_id() usage BUG: using smp_processor_id() in preemptible [00000001] code: opcontrol/427 Resolve this bug by ensuring that we're not using smp_processor_id() in a preemptable context (by disabling preemption.) Signed-off-by: Russell King --- Reading git-diff-tree failed