Remove a leftover use of struct pfm_set_view in the pfm_event_set structure.

Signed-off-by: Kevin Corry <[EMAIL PROTECTED]>

Index: linux-2.6.22-rc4-arnd1-perfmon1/include/linux/perfmon.h
===================================================================
--- linux-2.6.22-rc4-arnd1-perfmon1.orig/include/linux/perfmon.h
+++ linux-2.6.22-rc4-arnd1-perfmon1/include/linux/perfmon.h
@@ -321,7 +321,6 @@ DECLARE_PER_CPU(struct pfm_stats, pfm_st
 
 /*
  * PMD information
- * software maintained value is in the pfm_set_view structure.
  */
 struct pfm_pmd {
        u64 value;              /* currnet 64-bit value */
@@ -361,7 +360,6 @@ struct pfm_event_set {
        u16 nused_pmcs;                     /* max number of used PMCs */
 
        struct pfm_pmd pmds[PFM_MAX_PMDS];  /* 64-bit SW PMDs */
-       struct pfm_set_view *view;          /* pointer to view */
        u64 timeout_sw_ref;                 /* switch timeout reference */
        u64 timeout_sw_left;                /* timeout remaining */
        u64 timeout_sw_exp;                 /* timeout expiration jiffies */
_______________________________________________
perfmon mailing list
[email protected]
http://www.hpl.hp.com/hosted/linux/mail-archives/perfmon/

Reply via email to