diff options
-rw-r--r-- | include/asm-x86_64/proto.h | 2 | ||||
-rw-r--r-- | include/asm-x86_64/smp.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index 113e8a235b27..56dc70b7a6e4 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h | |||
@@ -67,8 +67,6 @@ extern void load_gs_index(unsigned gs); | |||
67 | 67 | ||
68 | extern unsigned long end_pfn_map; | 68 | extern unsigned long end_pfn_map; |
69 | 69 | ||
70 | extern cpumask_t cpu_initialized; | ||
71 | |||
72 | extern void show_trace(unsigned long * rsp); | 70 | extern void show_trace(unsigned long * rsp); |
73 | extern void show_registers(struct pt_regs *regs); | 71 | extern void show_registers(struct pt_regs *regs); |
74 | 72 | ||
diff --git a/include/asm-x86_64/smp.h b/include/asm-x86_64/smp.h index d030409a8fb5..9ccbb2cfd5c0 100644 --- a/include/asm-x86_64/smp.h +++ b/include/asm-x86_64/smp.h | |||
@@ -35,6 +35,7 @@ extern cpumask_t cpu_present_mask; | |||
35 | extern cpumask_t cpu_possible_map; | 35 | extern cpumask_t cpu_possible_map; |
36 | extern cpumask_t cpu_online_map; | 36 | extern cpumask_t cpu_online_map; |
37 | extern cpumask_t cpu_callout_map; | 37 | extern cpumask_t cpu_callout_map; |
38 | extern cpumask_t cpu_initialized; | ||
38 | 39 | ||
39 | /* | 40 | /* |
40 | * Private routines/data | 41 | * Private routines/data |