> >> Committed By: matt > >> Date: Sat Sep 1 00:24:44 UTC 2012 > >> > >> Modified Files: > >> src/sys/kern: kern_cpu.c > >> src/sys/sys: cpu_data.h > >> > >> Log Message: > >> Add a kcpuset_t which just includes ourself. > >> Add a ci_cpuname for convenience > > > > there's already this i thought: > > > > sys/cpu_data.h:109: char cpu_name[8]; /* eg, > > "cpu4" */ > > > I added > > #define ci_cpuname ci_data.cpu_name
why not just use cpu_name(9)? .mrg.