Date: Fri, 5 Jun 2009 14:07:00 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r193506 - head/sys/sys Message-ID: <200906051407.n55E70EA027867@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Fri Jun 5 14:07:00 2009 New Revision: 193506 URL: http://svn.freebsd.org/changeset/base/193506 Log: Trim old remnants of per-CPU KTR buffers. Submitted by: Eygene Ryabinkin Modified: head/sys/sys/pcpu.h Modified: head/sys/sys/pcpu.h ============================================================================== --- head/sys/sys/pcpu.h Fri Jun 5 14:04:36 2009 (r193505) +++ head/sys/sys/pcpu.h Fri Jun 5 14:07:00 2009 (r193506) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906051407.n55E70EA027867>