diff options
Diffstat (limited to 'include/asm-alpha/smp.h')
-rw-r--r-- | include/asm-alpha/smp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/asm-alpha/smp.h b/include/asm-alpha/smp.h index 06fb6c119671..a1a1eca6be45 100644 --- a/include/asm-alpha/smp.h +++ b/include/asm-alpha/smp.h | |||
@@ -44,10 +44,8 @@ extern struct cpuinfo_alpha cpu_data[NR_CPUS]; | |||
44 | #define hard_smp_processor_id() __hard_smp_processor_id() | 44 | #define hard_smp_processor_id() __hard_smp_processor_id() |
45 | #define raw_smp_processor_id() (current_thread_info()->cpu) | 45 | #define raw_smp_processor_id() (current_thread_info()->cpu) |
46 | 46 | ||
47 | extern cpumask_t cpu_present_mask; | ||
48 | extern cpumask_t cpu_online_map; | ||
49 | extern int smp_num_cpus; | 47 | extern int smp_num_cpus; |
50 | #define cpu_possible_map cpu_present_mask | 48 | #define cpu_possible_map cpu_present_map |
51 | 49 | ||
52 | int smp_call_function_on_cpu(void (*func) (void *info), void *info,int retry, int wait, cpumask_t cpu); | 50 | int smp_call_function_on_cpu(void (*func) (void *info), void *info,int retry, int wait, cpumask_t cpu); |
53 | 51 | ||