svn commit: r193506 - head/sys/sys

John Baldwin jhb at FreeBSD.org
Fri Jun 5 14:07:01 UTC 2009


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


More information about the svn-src-head mailing list