projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a8bbf2
)
MIPS: RM9000: Remove support for idle loop.
author
Ralf Baechle
<ralf@linux-mips.org>
Thu, 22 May 2014 15:19:20 +0000
(17:19 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Fri, 23 May 2014 13:12:41 +0000
(15:12 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/idle.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/kernel/idle.c
b/arch/mips/kernel/idle.c
index 837ff27950bcb7018f8130ab5700a7c3522fe7ab..5e3b653f5d9ec9bad58d88f850b645540d911746 100644
(file)
--- a/
arch/mips/kernel/idle.c
+++ b/
arch/mips/kernel/idle.c
@@
-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;
}