summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuan Xuetao <gxt@mprc.pku.edu.cn>2011-05-26 17:19:20 +0800
committerGuan Xuetao <gxt@mprc.pku.edu.cn>2011-06-09 16:27:46 +0800
commit42733b3c4861799b3c30c1e416099324bb577960 (patch)
tree706c9d6d68ec74145b0ac31770393c663126009a
parent978b42e6f6f48560b18661a5e187aec7329a094b (diff)
downloadlinux-0-day-42733b3c4861799b3c30c1e416099324bb577960.tar.gz
linux-0-day-42733b3c4861799b3c30c1e416099324bb577960.tar.xz
unicore32: change PERCPU to PERCPU_SECTION
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 <gxt@mprc.pku.edu.cn> Acked-by: Tejun Heo <tj@kernel.org>
-rw-r--r--arch/unicore32/kernel/vmlinux.lds.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/unicore32/kernel/vmlinux.lds.S b/arch/unicore32/kernel/vmlinux.lds.S
index 9bf7f7af52c52..77e407e49a632 100644
--- a/arch/unicore32/kernel/vmlinux.lds.S
+++ b/arch/unicore32/kernel/vmlinux.lds.S
@@ -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 = .;