> Module Name: src > 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" */ .mrg.