diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-10-28 11:26:12 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-28 11:26:12 -0400 |
commit | 7a9787e1eba95a166265e6a260cf30af04ef0a99 (patch) | |
tree | e730a4565e0318140d2fbd2f0415d18a339d7336 /arch/alpha/kernel/smp.c | |
parent | 41b9eb264c8407655db57b60b4457fe1b2ec9977 (diff) | |
parent | 0173a3265b228da319ceb9c1ec6a5682fd1b2d92 (diff) |
Merge commit 'v2.6.28-rc2' into x86/pci-ioapic-boot-irq-quirks
Diffstat (limited to 'arch/alpha/kernel/smp.c')
-rw-r--r-- | arch/alpha/kernel/smp.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/alpha/kernel/smp.c b/arch/alpha/kernel/smp.c index 83df541650fc..e657c45d91d2 100644 --- a/arch/alpha/kernel/smp.c +++ b/arch/alpha/kernel/smp.c | |||
@@ -27,6 +27,7 @@ | |||
27 | #include <linux/cache.h> | 27 | #include <linux/cache.h> |
28 | #include <linux/profile.h> | 28 | #include <linux/profile.h> |
29 | #include <linux/bitops.h> | 29 | #include <linux/bitops.h> |
30 | #include <linux/cpu.h> | ||
30 | 31 | ||
31 | #include <asm/hwrpb.h> | 32 | #include <asm/hwrpb.h> |
32 | #include <asm/ptrace.h> | 33 | #include <asm/ptrace.h> |
@@ -149,6 +150,9 @@ smp_callin(void) | |||
149 | atomic_inc(&init_mm.mm_count); | 150 | atomic_inc(&init_mm.mm_count); |
150 | current->active_mm = &init_mm; | 151 | current->active_mm = &init_mm; |
151 | 152 | ||
153 | /* inform the notifiers about the new cpu */ | ||
154 | notify_cpu_starting(cpuid); | ||
155 | |||
152 | /* Must have completely accurate bogos. */ | 156 | /* Must have completely accurate bogos. */ |
153 | local_irq_enable(); | 157 | local_irq_enable(); |
154 | 158 | ||