Skip to content

Commit

Permalink
MIPS: Print the actual detected I-cache associativity on bootup.
Browse files Browse the repository at this point in the history
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Ralf Baechle committed May 14, 2009
1 parent b6d57ae commit 7fc7316
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 @@ -1041,7 +1041,7 @@ static void __cpuinit probe_pcache(void)

printk("Primary instruction cache %ldkB, %s, %s, linesize %d bytes.\n",
icache_size >> 10,
cpu_has_vtag_icache ? "VIVT" : "VIPT",
c->icache.flags & MIPS_CACHE_VTAG ? "VIVT" : "VIPT",
way_string[c->icache.ways], c->icache.linesz);

printk("Primary data cache %ldkB, %s, %s, %s, linesize %d bytes\n",
Expand Down

0 comments on commit 7fc7316

Please sign in to comment.