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)
commit145cd30bac885dffad9db9d487baad07b68a3d04
tree0b5f34ac563fe83f5b40adb36d7fa1e16624f5d9
parentcd3adf52309867955d6e2175246b526442235805
linker script: add missing VMLINUX_SYMBOL

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>
include/asm-generic/vmlinux.lds.h