Index: kernel/arch/mips32/include/cycle.h
===================================================================
--- kernel/arch/mips32/include/cycle.h	(revision 26aafe8d909ecb61306a77910aeb374da3814391)
+++ kernel/arch/mips32/include/cycle.h	(revision 699f3bcdc98661bd594c7b8a7ce07aa2ccc02155)
@@ -27,5 +27,5 @@
  */
 
-/** @addtogroup mips2
+/** @addtogroup mips32
  * @{
  */
Index: kernel/arch/mips32/include/debug.h
===================================================================
--- kernel/arch/mips32/include/debug.h	(revision 26aafe8d909ecb61306a77910aeb374da3814391)
+++ kernel/arch/mips32/include/debug.h	(revision 699f3bcdc98661bd594c7b8a7ce07aa2ccc02155)
@@ -34,5 +34,5 @@
 
 #ifndef KERN_mips32_DEBUG_H_
-#define KERN_mips23_DEBUG_H_
+#define KERN_mips32_DEBUG_H_
 
 /** Enter the simulator trace mode */
Index: kernel/arch/mips32/include/mm/frame.h
===================================================================
--- kernel/arch/mips32/include/mm/frame.h	(revision 26aafe8d909ecb61306a77910aeb374da3814391)
+++ kernel/arch/mips32/include/mm/frame.h	(revision 699f3bcdc98661bd594c7b8a7ce07aa2ccc02155)
@@ -42,6 +42,4 @@
 #ifndef __ASM__
 
-#include <typedefs.h>
-
 extern void frame_arch_init(void);
 extern void physmem_print(void);
Index: kernel/arch/mips32/include/stack.h
===================================================================
--- kernel/arch/mips32/include/stack.h	(revision 26aafe8d909ecb61306a77910aeb374da3814391)
+++ kernel/arch/mips32/include/stack.h	(revision 699f3bcdc98661bd594c7b8a7ce07aa2ccc02155)
@@ -39,12 +39,4 @@
 #define STACK_ALIGNMENT		8
 
-#define STACK_ARG0		0
-#define STACK_ARG1		4
-#define STACK_ARG2		8
-#define STACK_ARG3		12
-#define STACK_ARG4		16
-#define STACK_ARG5		20
-#define STACK_ARG6		24
-
 #endif
 
