summaryrefslogtreecommitdiffstats
path: root/sys/sys/pcpu.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-06-05 14:07:00 +0000
committerjhb <jhb@FreeBSD.org>2009-06-05 14:07:00 +0000
commit2a2a9b962d1cb11cb9cb8f8ce7f5d4b914d20c54 (patch)
tree2c464370f2821aadb86ae5ef28e7e0effa91f4d4 /sys/sys/pcpu.h
parente5889b57234976ecb96186d7d5596725bc126b75 (diff)
downloadFreeBSD-src-2a2a9b962d1cb11cb9cb8f8ce7f5d4b914d20c54.zip
FreeBSD-src-2a2a9b962d1cb11cb9cb8f8ce7f5d4b914d20c54.tar.gz
Trim old remnants of per-CPU KTR buffers.
Submitted by: Eygene Ryabinkin
Diffstat (limited to 'sys/sys/pcpu.h')
-rw-r--r--sys/sys/pcpu.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/sys/pcpu.h b/sys/sys/pcpu.h
index 63c3fa3..dc26c1a 100644
--- a/sys/sys/pcpu.h
+++ b/sys/sys/pcpu.h
@@ -76,10 +76,6 @@ struct pcpu {
cpumask_t pc_other_cpus; /* Mask of all other cpus */
SLIST_ENTRY(pcpu) pc_allcpu;
struct lock_list_entry *pc_spinlocks;
-#ifdef KTR_PERCPU
- int pc_ktr_idx; /* Index into trace table */
- char *pc_ktr_buf;
-#endif
#ifdef KTR
char pc_name[PCPU_NAME_LEN]; /* String name for KTR. */
#endif
OpenPOWER on IntegriCloud