diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-19 09:28:21 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-09-21 05:21:08 -0400 |
commit | 82cd02c16be99cba6a97d38488aee8807580a202 (patch) | |
tree | 36d1d79b87ed91df0a0a91164a3acd21cab2e971 /include | |
parent | 86a5cddbd9676b129cfa2ed7a1a11759d3b2b512 (diff) |
[PATCH] powerpc: reduce oprofile/common.c differences
Rename and slightly modify {request,free}_perfmon_irq in the ppc code.
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-ppc/perfmon.h | 4 |
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 | ||
4 | extern void (*perf_irq)(struct pt_regs *); | 4 | extern void (*perf_irq)(struct pt_regs *); |
5 | 5 | ||
6 | int request_perfmon_irq(void (*handler)(struct pt_regs *)); | 6 | int reserve_pmc_hardware(void (*handler)(struct pt_regs *)); |
7 | void free_perfmon_irq(void); | 7 | void release_pmc_hardware(void); |
8 | 8 | ||
9 | #ifdef CONFIG_FSL_BOOKE | 9 | #ifdef CONFIG_FSL_BOOKE |
10 | void init_pmc_stop(int ctr); | 10 | void init_pmc_stop(int ctr); |