summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/smp.c
diff options
context:
space:
mode:
authorSanjay Lal2012-11-22 03:34:14 +0100
committerRalf Baechle2013-05-08 03:55:37 +0200
commit82d45de6554951b6e863697cca95c927fb90724c (patch)
tree1cfc4be049481989f734141d57ebc4b8aa17de8d /arch/mips/kernel/smp.c
parentMIPS: ASM offsets for VCPU arch specific fields. (diff)
downloadkernel-qcow2-linux-82d45de6554951b6e863697cca95c927fb90724c.tar.gz
kernel-qcow2-linux-82d45de6554951b6e863697cca95c927fb90724c.tar.xz
kernel-qcow2-linux-82d45de6554951b6e863697cca95c927fb90724c.zip
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>
Diffstat (limited to 'arch/mips/kernel/smp.c')
-rw-r--r--arch/mips/kernel/smp.c1
1 files changed, 1 insertions, 0 deletions
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)
{