Title: [9813] trunk/arch/blackfin/kernel/vmlinux.lds.S: Blackfin: use new common PERCPU_INPUT define
- Revision
- 9813
- Author
- vapier
- Date
- 2011-04-01 18:24:42 -0400 (Fri, 01 Apr 2011)
Log Message
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.
Modified Paths
Diff
Modified: trunk/arch/blackfin/kernel/vmlinux.lds.S (9812 => 9813)
--- trunk/arch/blackfin/kernel/vmlinux.lds.S 2011-04-01 22:24:03 UTC (rev 9812)
+++ trunk/arch/blackfin/kernel/vmlinux.lds.S 2011-04-01 22:24:42 UTC (rev 9813)
@@ -155,15 +155,8 @@
SECURITY_INITCALL
INIT_RAM_FS
- . = ALIGN(PAGE_SIZE);
___per_cpu_load = .;
- ___per_cpu_start = .;
- *(.data..percpu..first)
- . = ALIGN(PAGE_SIZE);
- *(.data..percpu..page_aligned)
- *(.data..percpu)
- *(.data..percpu..shared_aligned)
- ___per_cpu_end = .;
+ PERCPU_INPUT
EXIT_DATA
__einitdata = .;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits