diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/include/asm/sections.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/sections.h b/arch/ia64/include/asm/sections.h index 1a873b36a4a1..2ab2003698ef 100644 --- a/arch/ia64/include/asm/sections.h +++ b/arch/ia64/include/asm/sections.h | |||
@@ -10,7 +10,7 @@ | |||
10 | #include <linux/uaccess.h> | 10 | #include <linux/uaccess.h> |
11 | #include <asm-generic/sections.h> | 11 | #include <asm-generic/sections.h> |
12 | 12 | ||
13 | extern char __per_cpu_start[], __per_cpu_end[], __phys_per_cpu_start[]; | 13 | extern char __phys_per_cpu_start[]; |
14 | #ifdef CONFIG_SMP | 14 | #ifdef CONFIG_SMP |
15 | extern char __cpu0_per_cpu[]; | 15 | extern char __cpu0_per_cpu[]; |
16 | #endif | 16 | #endif |