mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove typo (disable timer instead of thermal interrupt)
This commit is contained in:
parent
02944a071d
commit
63a19ececb
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ static inline void lapic_timer_set_counter(uint32_t counter)
|
|||
|
||||
static inline void lapic_timer_disable(void)
|
||||
{
|
||||
lapic_write(APIC_LVT_TSR, 0x10000);
|
||||
lapic_write(APIC_LVT_T, 0x10000);
|
||||
}
|
||||
|
||||
static inline void lapic_timer_oneshot(void)
|
||||
|
|
Loading…
Add table
Reference in a new issue