linker script: add missing VMLINUX_SYMBOL
authorTejun Heo <tj@kernel.org>
Sat, 17 Jan 2009 05:42:50 +0000 (14:42 +0900)
committerTejun 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