diff options
Diffstat (limited to 'arch/sparc/kernel/sun4d_smp.c')
-rw-r--r-- | arch/sparc/kernel/sun4d_smp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc/kernel/sun4d_smp.c b/arch/sparc/kernel/sun4d_smp.c index 49a08b487ca7..ce3d45db94e9 100644 --- a/arch/sparc/kernel/sun4d_smp.c +++ b/arch/sparc/kernel/sun4d_smp.c | |||
@@ -98,6 +98,7 @@ void __init smp4d_callin(void) | |||
98 | local_flush_cache_all(); | 98 | local_flush_cache_all(); |
99 | local_flush_tlb_all(); | 99 | local_flush_tlb_all(); |
100 | 100 | ||
101 | notify_cpu_starting(cpuid); | ||
101 | /* | 102 | /* |
102 | * Unblock the master CPU _only_ when the scheduler state | 103 | * Unblock the master CPU _only_ when the scheduler state |
103 | * of all secondary CPUs will be up-to-date, so after | 104 | * of all secondary CPUs will be up-to-date, so after |