mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
Kernel: Move TrapFrame into its own header on aarch64
This commit is contained in:
parent
4aaf38e4f7
commit
99ae4fa161
7 changed files with 88 additions and 20 deletions
|
@ -54,7 +54,7 @@ u64 Timer::microseconds_since_boot()
|
|||
|
||||
bool Timer::handle_irq(RegisterState const&)
|
||||
{
|
||||
dbgln("Timer fired: {} us", m_current_timer_value);
|
||||
dmesgln("Timer fired: {} us", m_current_timer_value);
|
||||
|
||||
m_current_timer_value += m_interrupt_interval;
|
||||
set_compare(TimerID::Timer1, m_current_timer_value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue