diff options
author | Graf Yang <graf.yang@analog.com> | 2009-01-07 10:14:39 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-01-07 10:14:39 -0500 |
commit | f994607a2e118aedf1116a58ecd16126dbb83d28 (patch) | |
tree | 2b1764e2a037c904aa1358a54852eeb6e349cf6f /arch/blackfin/mach-common/irqpanic.c | |
parent | 6f985294f7df30c0caa80a795ca10fb6f8466702 (diff) |
Blackfin arch: get oprofile work for user space
Signed-off-by: Graf Yang <graf.yang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-common/irqpanic.c')
-rw-r--r-- | arch/blackfin/mach-common/irqpanic.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-common/irqpanic.c b/arch/blackfin/mach-common/irqpanic.c index 606ded9ff4e1..7b69413c1556 100644 --- a/arch/blackfin/mach-common/irqpanic.c +++ b/arch/blackfin/mach-common/irqpanic.c | |||
@@ -139,8 +139,8 @@ asmlinkage void irq_panic(int reason, struct pt_regs *regs) | |||
139 | /* | 139 | /* |
140 | * call the handler of Performance overflow | 140 | * call the handler of Performance overflow |
141 | */ | 141 | */ |
142 | asmlinkage void pm_overflow(int irq, struct pt_regs *regs) | 142 | asmlinkage void pm_overflow(struct pt_regs *regs) |
143 | { | 143 | { |
144 | pm_overflow_handler(irq, regs); | 144 | pm_overflow_handler(regs); |
145 | } | 145 | } |
146 | #endif | 146 | #endif |