Skip to content

Commit

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

Signed-off-by: Guan Xuetao <[email protected]>
  • Loading branch information
gxt committed May 26, 2011
1 parent 3edfc75 commit 82f1e7b
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 82f1e7b

Please sign in to comment.