|
@@ -15,6 +15,7 @@
|
|
#include <asm/uaccess.h>
|
|
#include <asm/uaccess.h>
|
|
#include <asm/ftrace.h>
|
|
#include <asm/ftrace.h>
|
|
#include <asm/fpu.h>
|
|
#include <asm/fpu.h>
|
|
|
|
+#include <asm/msa.h>
|
|
|
|
|
|
extern void *__bzero(void *__s, size_t __count);
|
|
extern void *__bzero(void *__s, size_t __count);
|
|
extern long __strncpy_from_kernel_nocheck_asm(char *__to,
|
|
extern long __strncpy_from_kernel_nocheck_asm(char *__to,
|
|
@@ -36,6 +37,9 @@ extern long __strnlen_user_asm(const char *s);
|
|
* Core architecture code
|
|
* Core architecture code
|
|
*/
|
|
*/
|
|
EXPORT_SYMBOL_GPL(_save_fp);
|
|
EXPORT_SYMBOL_GPL(_save_fp);
|
|
|
|
+#ifdef CONFIG_CPU_HAS_MSA
|
|
|
|
+EXPORT_SYMBOL_GPL(_save_msa);
|
|
|
|
+#endif
|
|
|
|
|
|
/*
|
|
/*
|
|
* String functions
|
|
* String functions
|