Index: kernel/arch/mips32/include/proc/thread.h
===================================================================
--- kernel/arch/mips32/include/proc/thread.h	(revision 1167520724b9b526c27b67f2d4bc447ef626240c)
+++ kernel/arch/mips32/include/proc/thread.h	(revision fadd3817f5f589ea27d771621b7531c4ede1293c)
@@ -27,5 +27,5 @@
  */
 
- /** @addtogroup mips32proc
+/** @addtogroup mips32proc
  * @{
  */
@@ -33,15 +33,17 @@
  */
 
-#ifndef __mips32_THREAD_H__
-#define __mips32_THREAD_H__
+#ifndef KERN_mips32_THREAD_H_
+#define KERN_mips32_THREAD_H_
 
 typedef struct {
 } thread_arch_t;
 
+#define thr_constructor_arch(t)
+#define thr_destructor_arch(t)
 #define thread_create_arch(t)
 
 #endif
 
- /** @}
+/** @}
  */
 
