Skip to content

Commit

Permalink
MIPS: Export symbols used by KVM/MIPS module
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Sanjay Lal authored and Ralf Baechle committed May 8, 2013
1 parent 12e25f8 commit 82d45de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/mips/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 82d45de

Please sign in to comment.