projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
978b42e
)
unicore32: change PERCPU to PERCPU_SECTION
author
Guan Xuetao
<gxt@mprc.pku.edu.cn>
Thu, 26 May 2011 09:19:20 +0000
(17:19 +0800)
committer
Guan Xuetao
<gxt@mprc.pku.edu.cn>
Thu, 9 Jun 2011 08:27:46 +0000
(16:27 +0800)
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>
arch/unicore32/kernel/vmlinux.lds.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/unicore32/kernel/vmlinux.lds.S
b/arch/unicore32/kernel/vmlinux.lds.S
index 9bf7f7af52c529f10566dbf8a9a816ecf0b65567..77e407e49a632c84cfb4957580c13dfbbebd1df4 100644
(file)
--- 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 = .;