|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.152, 2008/03/02 12:19:58 | version 1.153, 2008/03/10 22:20:14 | ||
|---|---|---|---|
|
|
||
| snprintf(cpucachestr, | snprintf(cpucachestr, | ||
| sizeof(cpucachestr), | sizeof(cpucachestr), | ||
| "cached by CPU %u", | "cached by CPU %u", | ||
| (u_int)ci->ci_cpuid); | ci->ci_index); | ||
| goto print; | goto print; | ||
| } | } | ||
| } | } |