From: Paul Mundt Date: Wed, 14 Oct 2009 05:12:41 +0000 (+0900) Subject: sh: Use boot_cpu_data for FPU tests in sigcontext paths. X-Git-Tag: v2.6.32-rc5~20^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaa47704d950d7f85b41a314a00529fb2615c10e;p=pandora-kernel.git sh: Use boot_cpu_data for FPU tests in sigcontext paths. We do not want to use smp_processor_id() from these paths, as they trip preempt BUGs. Switch the test over to the boot cpu directly. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed