From: Mike Frysinger Date: Thu, 31 Mar 2011 19:40:52 +0000 (-0400) Subject: Blackfin: use new common PERCPU_INPUT define X-Git-Tag: upstream/snapshot3+hdmi~10163^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6cb2e3a8dc44b52f6564e8249e54aab3c308026;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Blackfin: use new common PERCPU_INPUT define The Blackfin percpu input sections are outdated, so rather than update them, drop them completely and use the new common define. Signed-off-by: Mike Frysinger --- diff --git a/arch/blackfin/kernel/vmlinux.lds.S b/arch/blackfin/kernel/vmlinux.lds.S index 8d85c8c..3ac5b66 100644 --- a/arch/blackfin/kernel/vmlinux.lds.S +++ b/arch/blackfin/kernel/vmlinux.lds.S @@ -155,14 +155,8 @@ SECTIONS SECURITY_INITCALL INIT_RAM_FS - . = ALIGN(4); ___per_cpu_load = .; - ___per_cpu_start = .; - *(.data.percpu.first) - *(.data.percpu.page_aligned) - *(.data.percpu) - *(.data.percpu.shared_aligned) - ___per_cpu_end = .; + PERCPU_INPUT(32) EXIT_DATA __einitdata = .;