git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd3adf5
)
linker script: add missing VMLINUX_SYMBOL
author
Tejun Heo
<tj@kernel.org>
Sat, 17 Jan 2009 05:42:50 +0000
(14:42 +0900)
committer
Tejun Heo
<tj@kernel.org>
Sat, 17 Jan 2009 06:26:12 +0000
(15:26 +0900)
The newly added PERCPU_*() macros define and use __per_cpu_load but
VMLINUX_SYMBOL() was missing from usages causing build failures on
archs where linker visible symbol is different from C symbols
(e.g. blackfin).
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found