mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:08:10 +00:00
ACPI: Re-enable ACPI initialization after paging changes
This commit is contained in:
parent
22d4920cef
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