aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-ppc/perfmon.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-ppc/perfmon.h')
-rw-r--r--include/asm-ppc/perfmon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-ppc/perfmon.h b/include/asm-ppc/perfmon.h
index e9692a603cff..2ae031594a4e 100644
--- a/include/asm-ppc/perfmon.h
+++ b/include/asm-ppc/perfmon.h
@@ -3,8 +3,8 @@
3 3
4extern void (*perf_irq)(struct pt_regs *); 4extern void (*perf_irq)(struct pt_regs *);
5 5
6int request_perfmon_irq(void (*handler)(struct pt_regs *)); 6int reserve_pmc_hardware(void (*handler)(struct pt_regs *));
7void free_perfmon_irq(void); 7void release_pmc_hardware(void);
8 8
9#ifdef CONFIG_FSL_BOOKE 9#ifdef CONFIG_FSL_BOOKE
10void init_pmc_stop(int ctr); 10void init_pmc_stop(int ctr);