Index: kernel/arch/mips32/include/arch/asm.h
===================================================================
--- kernel/arch/mips32/include/arch/asm.h	(revision f72906c1ceb4b546d431ab8e9c41434425c1096f)
+++ kernel/arch/mips32/include/arch/asm.h	(revision 651c8dbd8d3b9a89ca7da022f6cf99629d9f467e)
@@ -42,12 +42,5 @@
 NO_TRACE static inline void cpu_sleep(void)
 {
-	/*
-	 * Unfortunatelly most of the simulators do not support
-	 *
-	 * asm volatile (
-	 *     "wait"
-	 * );
-	 *
-	 */
+	asm volatile ("wait");
 }
 
