summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStéphane Eranian <eranian@hpl.hp.com>2002-05-24 04:45:43 -0700
committerDavid Mosberger <davidm@tiger.hpl.hp.com>2002-05-24 04:45:43 -0700
commitd21f73c009274afe6246fcb88a70704fcc76054c (patch)
treebba184410c117798ef73a364ba32ebf095e8f929 /include
parentcb31399ae6fbd99769e76a1dee7bf1195363531a (diff)
[PATCH] ia64: Perfmon update.
Diffstat (limited to 'include')
-rw-r--r--include/asm-ia64/perfmon.h3
-rw-r--r--include/asm-ia64/processor.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/include/asm-ia64/perfmon.h b/include/asm-ia64/perfmon.h
index c7083838ddcf..86aaa50ab459 100644
--- a/include/asm-ia64/perfmon.h
+++ b/include/asm-ia64/perfmon.h
@@ -23,6 +23,7 @@
#define PFM_GET_FEATURES 0x0c
#define PFM_DEBUG 0x0d
#define PFM_UNPROTECT_CONTEXT 0x0e
+#define PFM_GET_PMC_RESET_VAL 0x0f
/*
@@ -173,6 +174,8 @@ extern int pfm_cleanup_smpl_buf(struct task_struct *);
extern void pfm_syst_wide_update_task(struct task_struct *, int);
extern void pfm_ovfl_block_reset (void);
+extern int pfm_syst_wide;
+
#endif /* __KERNEL__ */
#endif /* _ASM_IA64_PERFMON_H */
diff --git a/include/asm-ia64/processor.h b/include/asm-ia64/processor.h
index 15692271eecb..67f72c0e8a8d 100644
--- a/include/asm-ia64/processor.h
+++ b/include/asm-ia64/processor.h
@@ -173,8 +173,6 @@ extern struct cpuinfo_ia64 {
__u64 ipi_count;
__u64 prof_counter;
__u64 prof_multiplier;
- __u32 pfm_syst_wide;
- __u32 pfm_dcr_pp;
#endif
} cpu_info __per_cpu_data;