aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjay Lal <[email protected]>2012-11-21 18:34:14 -0800
committerRalf Baechle <[email protected]>2013-05-08 03:55:37 +0200
commit82d45de6554951b6e863697cca95c927fb90724c (patch)
tree1cfc4be049481989f734141d57ebc4b8aa17de8d
parent12e25f8e1920b1ea91833397c1d439675a393d2c (diff)
MIPS: Export symbols used by KVM/MIPS module
Signed-off-by: Sanjay Lal <[email protected]> Cc: [email protected] Cc: [email protected] Signed-off-by: Ralf Baechle <[email protected]>
-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)
{