commit | 145cd30bac885dffad9db9d487baad07b68a3d04 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Sat Jan 17 14:42:50 2009 +0900 |
committer | Tejun Heo <tj@kernel.org> | Sat Jan 17 15:26:12 2009 +0900 |
tree | 0b5f34ac563fe83f5b40adb36d7fa1e16624f5d9 | |
parent | cd3adf52309867955d6e2175246b526442235805 [diff] |
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>