diff options
author | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-07-17 02:46:41 +0000 |
---|---|---|
committer | Kanoj Sarcar <kanoj@engr.sgi.com> | 2000-07-17 02:46:41 +0000 |
commit | 6849dcb261e849b6d1503df564f8e27708844bda (patch) | |
tree | a03d16c25731dfd6cb78a36de578eacb4de073d9 /arch | |
parent | f1da2c3860e301527d56a1ef0b56c649ee7c4b1b (diff) |
Fix a (harmless) typo in the SMP save_and_cli definition. Also, mark
the irqlock as not held by anyone initially. This allows SMP kernels
to boot up.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips64/kernel/smp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips64/kernel/smp.c b/arch/mips64/kernel/smp.c index e1aedbb10..c36337564 100644 --- a/arch/mips64/kernel/smp.c +++ b/arch/mips64/kernel/smp.c @@ -71,7 +71,6 @@ void __init smp_boot_cpus(void) extern void allowboot(void); init_new_context(current, &init_mm); - global_irq_holder = 0; current->processor = 0; init_idle(); smp_tune_scheduling(); |