commit | 82d45de6554951b6e863697cca95c927fb90724c | [log] [tgz] |
---|---|---|
author | Sanjay Lal <sanjayl@kymasys.com> | Wed Nov 21 18:34:14 2012 -0800 |
committer | Ralf Baechle <ralf@linux-mips.org> | Wed May 08 03:55:37 2013 +0200 |
tree | 1cfc4be049481989f734141d57ebc4b8aa17de8d | |
parent | 12e25f8e1920b1ea91833397c1d439675a393d2c [diff] |
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>
diff --git a/arch/mips/kernel/smp.c b/arch/mips/kernel/smp.c index 66bf4e2..596620d 100644 --- a/arch/mips/kernel/smp.c +++ b/arch/mips/kernel/smp.c
@@ -83,6 +83,7 @@ } struct plat_smp_ops *mp_ops; +EXPORT_SYMBOL(mp_ops); __cpuinit void register_smp_ops(struct plat_smp_ops *ops) {