diff options
author | Sanjay Lal <sanjayl@kymasys.com> | 2012-11-22 06:34:14 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-05-08 05:55:37 +0400 |
commit | 82d45de6554951b6e863697cca95c927fb90724c (patch) | |
tree | 1cfc4be049481989f734141d57ebc4b8aa17de8d /arch | |
parent | 12e25f8e1920b1ea91833397c1d439675a393d2c (diff) | |
download | linux-82d45de6554951b6e863697cca95c927fb90724c.tar.xz |
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')
-rw-r--r-- | arch/mips/kernel/smp.c | 1 |
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) { |