Skip to content

Commit

Permalink
unicore32: change PERCPU to PERCPU_SECTION
Browse files Browse the repository at this point in the history
The patch changes PERCPU to PERCPU_SECTION
see commit from Tejun Heo <0415b00d175e0d8945e6785aad21b5f157976ce0>
  percpu: Always align percpu output section to PAGE_SIZE

Signed-off-by: Guan Xuetao <[email protected]>
Acked-by: Tejun Heo <[email protected]>
  • Loading branch information
gxt committed Jun 9, 2011
1 parent 978b42e commit 42733b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/unicore32/kernel/vmlinux.lds.S
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ SECTIONS
HEAD_TEXT_SECTION
INIT_TEXT_SECTION(PAGE_SIZE)
INIT_DATA_SECTION(16)
PERCPU(L1_CACHE_BYTES, PAGE_SIZE)
PERCPU_SECTION(L1_CACHE_BYTES)
__init_end = .;

_stext = .;
Expand Down

0 comments on commit 42733b3

Please sign in to comment.