|
@@ -479,6 +479,11 @@ static void ipi_timer(void)
|
|
|
|
|
|
#ifdef CONFIG_LOCAL_TIMERS
|
|
#ifdef CONFIG_LOCAL_TIMERS
|
|
asmlinkage void __exception_irq_entry do_local_timer(struct pt_regs *regs)
|
|
asmlinkage void __exception_irq_entry do_local_timer(struct pt_regs *regs)
|
|
|
|
+{
|
|
|
|
+ handle_local_timer(regs);
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+void handle_local_timer(struct pt_regs *regs)
|
|
{
|
|
{
|
|
struct pt_regs *old_regs = set_irq_regs(regs);
|
|
struct pt_regs *old_regs = set_irq_regs(regs);
|
|
int cpu = smp_processor_id();
|
|
int cpu = smp_processor_id();
|