mirror of https://gitee.com/openkylin/linux.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 <vapier@gentoo.org>
This commit is contained in:
parent
f8bd42b891
commit
d6cb2e3a8d
|
@ -155,14 +155,8 @@ SECTIONS
|
||||||
SECURITY_INITCALL
|
SECURITY_INITCALL
|
||||||
INIT_RAM_FS
|
INIT_RAM_FS
|
||||||
|
|
||||||
. = ALIGN(4);
|
|
||||||
___per_cpu_load = .;
|
___per_cpu_load = .;
|
||||||
___per_cpu_start = .;
|
PERCPU_INPUT(32)
|
||||||
*(.data.percpu.first)
|
|
||||||
*(.data.percpu.page_aligned)
|
|
||||||
*(.data.percpu)
|
|
||||||
*(.data.percpu.shared_aligned)
|
|
||||||
___per_cpu_end = .;
|
|
||||||
|
|
||||||
EXIT_DATA
|
EXIT_DATA
|
||||||
__einitdata = .;
|
__einitdata = .;
|
||||||
|
|
Loading…
Reference in New Issue