Index: arch/mips32/src/mips32.c
===================================================================
--- arch/mips32/src/mips32.c	(revision d2ab461b1422bde30deed4d303ce1d7c83e434e8)
+++ arch/mips32/src/mips32.c	(revision a0bb10ef4dc69531a0f1e07ebe00bdbb239dcfef)
@@ -40,4 +40,5 @@
 #include <proc/uarg.h>
 #include <print.h>
+#include <syscall/syscall.h>
 
 #include <arch/interrupt.h>
@@ -142,2 +143,12 @@
 {
 }
+
+/** Set Thread-local-storeage pointer
+ *
+ * We have it currently in K1, it is
+ * possible to have it separately in the future.
+ */
+__native sys_tls_set(__native addr)
+{
+	return 0;
+}
