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

Commit 2778d0d5 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

hrtimers: fix typo



Found by Thomas Gleixner.

This caused the lockups i've bisected back to the range-hrtimers tree.

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 9fd87545
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1396,7 +1396,7 @@ void hrtimer_peek_ahead_timers(void)
	struct tick_device *td;
	struct clock_event_device *dev;

	if (hrtimer_hres_active())
	if (!hrtimer_hres_active())
		return;

	local_irq_save(flags);