mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-05-07 04:43:42 +00:00
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>