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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to