diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-04-06 01:48:13 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-04-06 01:48:13 +0000 |
commit | baf53a8667f9b9bf9b4ff3ef272caabf5372a4f0 (patch) | |
tree | b580461583907fef56a0139ea5806689a5956b60 /arch/mips64/kernel/smp.c | |
parent | 3e91b5dd87a280a583adcd976853c6f756a6d45e (diff) |
Create idle threads for the slave processors and put them in their
resched loops.
Diffstat (limited to 'arch/mips64/kernel/smp.c')
-rw-r--r-- | arch/mips64/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips64/kernel/smp.c b/arch/mips64/kernel/smp.c index bf74a983e..2ed180820 100644 --- a/arch/mips64/kernel/smp.c +++ b/arch/mips64/kernel/smp.c @@ -50,7 +50,7 @@ static void sendintr(int destid, unsigned char status) /* The 'big kernel lock' */ spinlock_t kernel_flag = SPIN_LOCK_UNLOCKED; int smp_threads_ready = 0; /* Not used */ -static atomic_t smp_commenced = ATOMIC_INIT(0); +atomic_t smp_commenced = ATOMIC_INIT(0); struct cpuinfo_mips cpu_data[NR_CPUS]; int smp_num_cpus; /* Number that came online. */ int __cpu_number_map[NR_CPUS]; |