1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

- Add informational title for cache info lines to separate

them from environment variables dump
This commit is contained in:
Oleksandr Tymoshenko 2009-05-16 02:34:03 +00:00
parent bcc90b6ff5
commit a2f4a6ee3c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/mips/; revision=192176

View File

@ -115,6 +115,7 @@ mipsNN_cache_init(struct mips_cpuinfo * cpuinfo)
pdcache_way_mask = cpuinfo->l1.dc_nways - 1;
#define CACHE_DEBUG
#ifdef CACHE_DEBUG
printf("Cache info:\n");
if (cpuinfo->icache_virtual)
printf(" icache is virtual\n");
printf(" picache_stride = %d\n", picache_stride);