Index: kernel/arch/mips32/include/cp0.h
===================================================================
--- kernel/arch/mips32/include/cp0.h	(revision b8230b99f42baed609487cfaa5737fbb11968cc0)
+++ kernel/arch/mips32/include/cp0.h	(revision 0cb47cf9e679a005ef1f1554a8df7d386a703a2b)
@@ -38,10 +38,10 @@
 #include <typedefs.h>
 
-#define cp0_status_ie_enabled_bit	(1 << 0)
-#define cp0_status_exl_exception_bit	(1 << 1)
-#define cp0_status_erl_error_bit	(1 << 2)
-#define cp0_status_um_bit	        (1 << 4)
-#define cp0_status_bev_bootstrap_bit	(1 << 22)
-#define cp0_status_fpu_bit              (1 << 29)
+#define cp0_status_ie_enabled_bit     (1 << 0)
+#define cp0_status_exl_exception_bit  (1 << 1)
+#define cp0_status_erl_error_bit      (1 << 2)
+#define cp0_status_um_bit             (1 << 4)
+#define cp0_status_bev_bootstrap_bit  (1 << 22)
+#define cp0_status_fpu_bit            (1 << 29)
 
 #define cp0_status_im_shift		8
