summaryrefslogtreecommitdiffstats
path: root/sys/sys/pcpu.h
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2011-07-19 14:57:59 +0000
committerattilio <attilio@FreeBSD.org>2011-07-19 14:57:59 +0000
commit5dc25961e94eddb80b29ed36768ebfc81383d984 (patch)
tree452fd5167dff5595fb2cec18898d74d2d3e02394 /sys/sys/pcpu.h
parent30d87a57de4398633a01035704f42b07261d708e (diff)
downloadFreeBSD-src-5dc25961e94eddb80b29ed36768ebfc81383d984.zip
FreeBSD-src-5dc25961e94eddb80b29ed36768ebfc81383d984.tar.gz
Remove pc_name member of struct pcpu.
pc_name is only included when KTR option is and it does introduce a subdle KBI breakage that totally breaks vmstat when world and kernel are not in sync. Besides, it is not used somewhere. In collabouration with: pluknet Reviewed by: jhb Approved by: re (kib)
Diffstat (limited to 'sys/sys/pcpu.h')
-rw-r--r--sys/sys/pcpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/pcpu.h b/sys/sys/pcpu.h
index b25fcc8..e39f07b 100644
--- a/sys/sys/pcpu.h
+++ b/sys/sys/pcpu.h
@@ -165,9 +165,6 @@ struct pcpu {
u_int pc_cpuid; /* This cpu number */
STAILQ_ENTRY(pcpu) pc_allcpu;
struct lock_list_entry *pc_spinlocks;
-#ifdef KTR
- char pc_name[PCPU_NAME_LEN]; /* String name for KTR */
-#endif
struct vmmeter pc_cnt; /* VM stats counters */
long pc_cp_time[CPUSTATES]; /* statclock ticks */
struct device *pc_device;
OpenPOWER on IntegriCloud