Module Name: src Committed By: simonb Date: Tue Jun 9 06:01:49 UTC 2020
Modified Files: src/sys/arch/mips/mips: mips_machdep.c Log Message: Dynamically build the wayname strings instead of using a sparse array populated with random N-ways entries. Not only results in smaller code, but also handles cases with 39-way caches without extra work. To generate a diff of this commit: cvs rdiff -u -r1.282 -r1.283 src/sys/arch/mips/mips/mips_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.