mirror of
https://github.com/torvalds/linux.git
synced 2026-05-31 18:43:33 +02:00
MIPS: VR5500: Enable prefetch
Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi@necel.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
d700119836
commit
5864810bc5
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user