Commit 9ef988dd authored by Ralf Baechle's avatar Ralf Baechle

MIPS: RM9000: Remove support for idle loop.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 8a8bbf2a
......@@ -224,10 +224,6 @@ void __init check_wait(void)
cpu_wait = r4k_wait;
*/
break;
case CPU_RM9000:
if ((c->processor_id & 0x00ff) >= 0x40)
cpu_wait = r4k_wait;
break;
default:
break;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment