From: Sanjay Lal Date: Thu, 22 Nov 2012 02:34:14 +0000 (-0800) Subject: MIPS: Export symbols used by KVM/MIPS module X-Git-Tag: next-20130218~108^2~4 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b0d9c17503444c2df8cb8e93ccfa4877edd71933;p=karo-tx-linux.git MIPS: Export symbols used by KVM/MIPS module Signed-off-by: Sanjay Lal Cc: kvm@vger.kernel.org Cc: linux-mips@linux-mips.org Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/kernel/smp.c b/arch/mips/kernel/smp.c index 66bf4e22d9b9..596620dd7ee2 100644 --- a/arch/mips/kernel/smp.c +++ b/arch/mips/kernel/smp.c @@ -83,6 +83,7 @@ static inline void set_cpu_sibling_map(int cpu) } struct plat_smp_ops *mp_ops; +EXPORT_SYMBOL(mp_ops); __cpuinit void register_smp_ops(struct plat_smp_ops *ops) { diff --git a/mm/bootmem.c b/mm/bootmem.c index b93376c39b61..65bb3e6e7cf4 100644 --- a/mm/bootmem.c +++ b/mm/bootmem.c @@ -32,6 +32,7 @@ EXPORT_SYMBOL(contig_page_data); unsigned long max_low_pfn; unsigned long min_low_pfn; +EXPORT_SYMBOL(min_low_pfn); unsigned long max_pfn; bootmem_data_t bootmem_node_data[MAX_NUMNODES] __initdata;