MIPS: Export FP functions used by lose_fpu(1) for KVM
[deliverable/linux.git] / arch / mips / kernel / mips_ksyms.c
index 17eaf0cf760c60eb08fad9d666877dc5606ee61b..167ce3fae398a62c265a75380a1cf6557d254d91 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/mm.h>
 #include <asm/uaccess.h>
 #include <asm/ftrace.h>
+#include <asm/fpu.h>
 
 extern void *__bzero(void *__s, size_t __count);
 extern long __strncpy_from_kernel_nocheck_asm(char *__to,
@@ -31,6 +32,11 @@ extern long __strnlen_kernel_asm(const char *s);
 extern long __strnlen_user_nocheck_asm(const char *s);
 extern long __strnlen_user_asm(const char *s);
 
+/*
+ * Core architecture code
+ */
+EXPORT_SYMBOL_GPL(_save_fp);
+
 /*
  * String functions
  */
This page took 0.024091 seconds and 5 git commands to generate.