From: Tejun Heo Date: Sat, 17 Jan 2009 05:42:50 +0000 (+0900) Subject: linker script: add missing VMLINUX_SYMBOL X-Git-Tag: v2.6.30-rc1~2^2~50^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=145cd30bac885dffad9db9d487baad07b68a3d04;p=pandora-kernel.git 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 --- Reading git-diff-tree failed