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 eb40d8688e66694e02d416a9edd3f2c3f0caeb22)
@@ -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");
 }
 
