We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2192d7 commit a5f4645Copy full SHA for a5f4645
Kernel/Time/TimeManagement.cpp
@@ -447,6 +447,7 @@ UNMAP_AFTER_INIT bool TimeManagement::probe_and_set_x86_legacy_hardware_timers()
447
}
448
449
450
+ VERIFY(s_hardware_timers->is_empty());
451
s_hardware_timers->try_append(PIT::initialize(TimeManagement::update_time)).release_value_but_fixme_should_propagate_errors();
452
s_hardware_timers->try_append(RealTimeClock::create(TimeManagement::system_timer_tick)).release_value_but_fixme_should_propagate_errors();
453
m_time_keeper_timer = (*s_hardware_timers)[0];
0 commit comments