mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:28:12 +00:00
Kernel: Various APIC timer fixes
This commit is contained in:
parent
b8ad4932a9
commit
8c764319ad
2 changed files with 1 additions and 2 deletions
|
@ -588,7 +588,6 @@ void APIC::setup_local_timer(u32 ticks, TimerMode timer_mode, bool enable)
|
|||
default:
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
config |= 3; // divide by 16
|
||||
write_register(APIC_REG_TIMER_CONFIGURATION, config);
|
||||
|
||||
if (timer_mode == TimerMode::Periodic)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue