Skip to content

Commit

Permalink
MIPS: c-r4k: Fix typo in probe_scache()
Browse files Browse the repository at this point in the history
Fixes a typo in arch/mips/mm/c-r4k.c's probe_scache().

Signed-off-by: Joshua Kinard <[email protected]>
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
Kumba42 authored and ralfbaechle committed Jun 6, 2015
1 parent 90b712d commit 755af33
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 @@ -1372,7 +1372,7 @@ static int probe_scache(void)
scache_size = addr;
c->scache.linesz = 16 << ((config & R4K_CONF_SB) >> 22);
c->scache.ways = 1;
c->dcache.waybit = 0; /* does not matter */
c->scache.waybit = 0; /* does not matter */

return 1;
}
Expand Down

0 comments on commit 755af33

Please sign in to comment.