aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/pmc.h
diff options
context:
space:
mode:
authorMatt Porter <mporter@kernel.crashing.org>2005-11-08 21:34:38 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 07:55:52 -0800
commita31751e04ea738acc8042e5aa1a825901aa7b97f (patch)
tree4063c4a47cb917f0699eea22dc20dfb7fd165a08 /include/asm-powerpc/pmc.h
parent[PATCH] ppc32: Update MPC834x platform to work with new phylib (diff)
downloadlinux-dev-a31751e04ea738acc8042e5aa1a825901aa7b97f.tar.xz
linux-dev-a31751e04ea738acc8042e5aa1a825901aa7b97f.zip
[PATCH] ppc32: fix perf_irq extern on e500
Fixes e500 build and cleans up traps.c by moving perf_irq extern to pmc.h. Signed-off-by: Matt Porter <mporter@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r--include/asm-powerpc/pmc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-powerpc/pmc.h b/include/asm-powerpc/pmc.h
index 2f3c3fc2b796..5f41f3a2b293 100644
--- a/include/asm-powerpc/pmc.h
+++ b/include/asm-powerpc/pmc.h
@@ -22,6 +22,7 @@
#include <asm/ptrace.h>
typedef void (*perf_irq_t)(struct pt_regs *);
+extern perf_irq_t perf_irq;
int reserve_pmc_hardware(perf_irq_t new_perf_irq);
void release_pmc_hardware(void);