mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
Kernel: Merge ACPI::StaticParser into ACPI::Parser
There's no need for StaticParser to be a separate thing from Parser.
This commit is contained in:
parent
a3ca745b5a
commit
1c865ee8d4
9 changed files with 426 additions and 535 deletions
|
@ -60,7 +60,7 @@ void initialize()
|
|||
if (feature_level == FeatureLevel::Enabled)
|
||||
Parser::initialize<DynamicParser>(rsdp);
|
||||
else
|
||||
Parser::initialize<StaticParser>(rsdp);
|
||||
Parser::initialize<Parser>(rsdp);
|
||||
}
|
||||
|
||||
bool is_enabled()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue