Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ia64: remove duplicate declarations of __per_cpu_start[] and __per_cpu_end[]

They're already provided by <asm/sections.h>.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: "Luck, Tony" <tony.luck@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Geert Uytterhoeven and committed by
Linus Torvalds
4c6327df bd6aa7e5

+1 -1
+1 -1
arch/ia64/include/asm/sections.h
··· 10 10 #include <linux/uaccess.h> 11 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 14 #ifdef CONFIG_SMP 15 15 extern char __cpu0_per_cpu[]; 16 16 #endif