]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/mips/kernel/r2300_switch.S
MIPS: Export _save_fp & _save_msa alongside their definitions
[karo-tx-linux.git] / arch / mips / kernel / r2300_switch.S
index ac27ef7d4d0ebd8be86798d8191e32c720263625..1049eeafd97d79ac8198e2666987b69f2deb36ba 100644 (file)
@@ -12,6 +12,7 @@
  */
 #include <asm/asm.h>
 #include <asm/cachectl.h>
+#include <asm/export.h>
 #include <asm/fpregdef.h>
 #include <asm/mipsregs.h>
 #include <asm/asm-offsets.h>
@@ -72,6 +73,7 @@ LEAF(resume)
  * Save a thread's fp context.
  */
 LEAF(_save_fp)
+EXPORT_SYMBOL(_save_fp)
        fpu_save_single a0, t1                  # clobbers t1
        jr      ra
        END(_save_fp)