Commit 3c0d49b2 authored by Anton Blanchard's avatar Anton Blanchard

ppc64: add per cpu section

parent 47c9a68d
...@@ -109,8 +109,10 @@ SECTIONS ...@@ -109,8 +109,10 @@ SECTIONS
*(.initcall7.init) *(.initcall7.init)
} }
__initcall_end = .; __initcall_end = .;
. = ALIGN(32);
__per_cpu_start = .;
.data.percpu : { *(.data.percpu) }
__per_cpu_end = .;
. = ALIGN(4096); . = ALIGN(4096);
__init_end = .; __init_end = .;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment