X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fm32r%2Fkernel%2Fsmpboot.c;h=f9a0e723478dd58747945b9e5f7fe7b7b9578932;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hp=5180c7a12a66d9506a9bcb46b309f18b902de595;hpb=6a77f38946aaee1cd85eeec6cf4229b204c15071;p=linux-2.6.git diff --git a/arch/m32r/kernel/smpboot.c b/arch/m32r/kernel/smpboot.c index 5180c7a12..f9a0e7234 100644 --- a/arch/m32r/kernel/smpboot.c +++ b/arch/m32r/kernel/smpboot.c @@ -81,9 +81,6 @@ static cpumask_t cpu_callin_map; /* Per CPU bogomips and other parameters */ struct cpuinfo_m32r cpu_data[NR_CPUS] __cacheline_aligned; -/* Set when the idlers are all forked */ -int smp_threads_ready; - static int cpucount; static cpumask_t smp_commenced_mask; @@ -106,8 +103,6 @@ spinlock_t ipi_lock[NR_IPIS]; static unsigned int calibration_result; -unsigned long cache_decay_ticks = HZ / 100; - /*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/ /* Function Prototypes */ /*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*/