瀏覽代碼

MIPS: Export symbols used by KVM/MIPS module

Signed-off-by: Sanjay Lal <sanjayl@kymasys.com>
Cc: kvm@vger.kernel.org
Cc: linux-mips@linux-mips.org
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Sanjay Lal 12 年之前
父節點
當前提交
82d45de655
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      arch/mips/kernel/smp.c

+ 1 - 0
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)
 {