MIPS: RM9000: Remove support for idle loop.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2014-05-22 17:19:20 +02:00
parent 8a8bbf2a93
commit 9ef988ddb0
1 changed files with 0 additions and 4 deletions

View File

@ -224,10 +224,6 @@ void __init check_wait(void)
cpu_wait = r4k_wait; cpu_wait = r4k_wait;
*/ */
break; break;
case CPU_RM9000:
if ((c->processor_id & 0x00ff) >= 0x40)
cpu_wait = r4k_wait;
break;
default: default:
break; break;
} }