x86_64: acpi: fix bad local APIC register offset

This commit is contained in:
2023-04-28 20:49:46 +01:00
parent e7fe5a8f8e
commit 995e364b21

View File

@@ -13,7 +13,7 @@ namespace arch::acpi {
public:
enum {
EOI = 0xB0,
LVT_TIMER = 320,
LVT_TIMER = 0x320,
TIMER_INITCOUNT = 0x380,
TIMER_CURCOUNT = 0x390,
TIMER_DIV = 0x3E0,