|
@@ -313,6 +313,8 @@ void smp4m_cross_call_irq(void)
|
|
|
ccall_info.processors_out[i] = 1;
|
|
|
}
|
|
|
|
|
|
+extern void sun4m_clear_profile_irq(int cpu);
|
|
|
+
|
|
|
void smp4m_percpu_timer_interrupt(struct pt_regs *regs)
|
|
|
{
|
|
|
struct pt_regs *old_regs;
|
|
@@ -320,7 +322,7 @@ void smp4m_percpu_timer_interrupt(struct pt_regs *regs)
|
|
|
|
|
|
old_regs = set_irq_regs(regs);
|
|
|
|
|
|
- clear_profile_irq(cpu);
|
|
|
+ sun4m_clear_profile_irq(cpu);
|
|
|
|
|
|
profile_tick(CPU_PROFILING);
|
|
|
|