projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84fd089
)
20Kc and SB1 don't suffer from aliases.
author
Ralf Baechle
<ralf@linux-mips.org>
Mon, 7 Feb 2005 21:41:32 +0000
(21:41 +0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Sat, 29 Oct 2005 18:30:28 +0000
(19:30 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/c-r4k.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/mm/c-r4k.c
b/arch/mips/mm/c-r4k.c
index 726e899486a37246c3a16bdf485d7d2f8b4bdbd8..aa830c3cdebbd1716e56517d9b88e130d999d136 100644
(file)
--- a/
arch/mips/mm/c-r4k.c
+++ b/
arch/mips/mm/c-r4k.c
@@
-1012,8
+1012,10
@@
static void __init probe_pcache(void)
* with that for us so we don't need to take care ourselves.
*/
switch (c->cputype) {
+ case CPU_20KC:
case CPU_R10000:
case CPU_R12000:
+ case CPU_SB1:
break;
case CPU_24K:
if (!(read_c0_config7() & (1 << 16)))