Skip to content

Commit

Permalink
MIPS: VR5500: Enable prefetch
Browse files Browse the repository at this point in the history
Signed-off-by: Shinya Kuribayashi <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
Shinya Kuribayashi authored and ralfbaechle committed Mar 23, 2009
1 parent d700119 commit 5864810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/mm/c-r4k.c
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ static void __cpuinit probe_pcache(void)
c->dcache.ways = 2;
c->dcache.waybit = 0;

c->options |= MIPS_CPU_CACHE_CDEX_P;
c->options |= MIPS_CPU_CACHE_CDEX_P | MIPS_CPU_PREFETCH;
break;

case CPU_TX49XX:
Expand Down

0 comments on commit 5864810

Please sign in to comment.