mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-04 23:30:20 +00:00
ACPI: Re-enable ACPI initialization after paging changes
This commit is contained in:
parent
22d4920cef
commit
210adaeca6
Notes:
sideshowbarker
2024-07-19 09:59:17 +09:00
Author: https://github.com/awesomekling
Commit: 210adaeca6
1 changed files with 0 additions and 2 deletions
|
@ -290,8 +290,6 @@ extern "C" [[noreturn]] void init()
|
|||
bool dynamic_acpi_disable = KParams::the().has("noacpi_aml");
|
||||
bool pci_mmio_disable = KParams::the().has("nopci_mmio");
|
||||
|
||||
complete_acpi_disable = true;
|
||||
|
||||
MemoryManager::initialize();
|
||||
|
||||
if (complete_acpi_disable) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue