Skip to content

Commit

Permalink
MIPS: RM9000: Remove support for idle loop.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed May 23, 2014
1 parent 8a8bbf2 commit 9ef988d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/mips/kernel/idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 9ef988d

Please sign in to comment.