From: Andrew Gabbasov Date: Sat, 16 Jul 2011 03:22:13 +0000 (+0000) Subject: powerpc: Exporting boot_cpuid_phys X-Git-Tag: v3.1-rc1~236^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9974eec2b802b630aece96708349738e8d5a2cf6;p=pandora-kernel.git powerpc: Exporting boot_cpuid_phys Kernel loadable module can use hard_smp_processor_id() if building with SMP kernel. In order to make it work for UP kernels too, boot_cpuid_phys symbol (which is what hard_smp_processor_id() macro resolves to in non-SMP configuration) must be exported. Signed-off-by: Andrew Gabbasov Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed