commit | eaa47704d950d7f85b41a314a00529fb2615c10e | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Oct 14 14:12:41 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Wed Oct 14 15:43:41 2009 +0900 |
tree | e1a337ad87d141de01bebafe99c5dab83179701c | |
parent | 99222622422ac3398a846645f190109e218c743c [diff] |
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 <lethal@linux-sh.org>