commit | 9ef988ddb0bd36687501079333e2d8a1c31c5318 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Thu May 22 17:19:20 2014 +0200 |
committer | Ralf Baechle <ralf@linux-mips.org> | Fri May 23 15:12:41 2014 +0200 |
tree | d49b5ec7f42904e11071a63d3c16d3f2df001550 | |
parent | 8a8bbf2a93c8c57db58b3981ff31670bc30a5fc3 [diff] |
MIPS: RM9000: Remove support for idle loop. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/idle.c b/arch/mips/kernel/idle.c index 837ff27..5e3b653 100644 --- a/arch/mips/kernel/idle.c +++ b/arch/mips/kernel/idle.c
@@ -224,10 +224,6 @@ cpu_wait = r4k_wait; */ break; - case CPU_RM9000: - if ((c->processor_id & 0x00ff) >= 0x40) - cpu_wait = r4k_wait; - break; default: break; }