Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6460bc73 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Ingo Molnar
Browse files

x86: apic - unify smp_apic_timer_interrupt

parent 457cc52d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -718,6 +718,9 @@ void smp_apic_timer_interrupt(struct pt_regs *regs)
	 * Besides, if we don't timer interrupts ignore the global
	 * interrupt lock, which is the WrongThing (tm) to do.
	 */
#ifdef CONFIG_X86_64
	exit_idle();
#endif
	irq_enter();
	local_apic_timer_interrupt();
	irq_exit();
+2 −0
Original line number Diff line number Diff line
@@ -625,7 +625,9 @@ void smp_apic_timer_interrupt(struct pt_regs *regs)
	 * Besides, if we don't timer interrupts ignore the global
	 * interrupt lock, which is the WrongThing (tm) to do.
	 */
#ifdef CONFIG_X86_64
	exit_idle();
#endif
	irq_enter();
	local_apic_timer_interrupt();
	irq_exit();