diff options
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/kernel/smp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/alpha/kernel/smp.c b/arch/alpha/kernel/smp.c index f4ab233201b2..63c2073401ee 100644 --- a/arch/alpha/kernel/smp.c +++ b/arch/alpha/kernel/smp.c | |||
@@ -77,10 +77,6 @@ int smp_num_probed; /* Internal processor count */ | |||
77 | int smp_num_cpus = 1; /* Number that came online. */ | 77 | int smp_num_cpus = 1; /* Number that came online. */ |
78 | EXPORT_SYMBOL(smp_num_cpus); | 78 | EXPORT_SYMBOL(smp_num_cpus); |
79 | 79 | ||
80 | extern void calibrate_delay(void); | ||
81 | |||
82 | |||
83 | |||
84 | /* | 80 | /* |
85 | * Called by both boot and secondaries to move global data into | 81 | * Called by both boot and secondaries to move global data into |
86 | * per-processor storage. | 82 | * per-processor storage. |