@@ -11,9 +11,7 @@
#include <AK/Vector.h>
#include <Kernel/PhysicalAddress.h>
-namespace Kernel {
-
-namespace ACPI {
+namespace Kernel::ACPI {
namespace FADTFlags {
@@ -327,5 +325,3 @@ PhysicalAddress find_table(PhysicalAddress rsdp, const StringView& signature);
}
-}
@@ -8,8 +8,7 @@
#include <Kernel/ACPI/Parser.h>
#include <Kernel/Sections.h>
UNMAP_AFTER_INIT DynamicParser::DynamicParser(PhysicalAddress rsdp)
: IRQHandler(9)
@@ -57,4 +56,3 @@ void DynamicParser::build_namespace()
@@ -13,8 +13,7 @@
#include <Kernel/VM/PhysicalPage.h>
class DynamicParser final
: public IRQHandler
@@ -40,5 +39,5 @@ private:
OwnPtr<Region> m_acpi_namespace;
};
+
@@ -9,8 +9,7 @@
#include <Kernel/CommandLine.h>
UNMAP_AFTER_INIT void initialize()
{
@@ -34,4 +33,3 @@ bool is_enabled()
@@ -6,11 +6,9 @@
#pragma once
bool is_enabled();
void initialize();
@@ -17,8 +17,7 @@
#include <Kernel/StdLib.h>
#include <Kernel/VM/TypedMapping.h>
static Parser* s_acpi_parser;
@@ -459,4 +458,3 @@ void Parser::disable_aml_interpretation()
@@ -14,8 +14,7 @@
#include <Kernel/VM/Region.h>
#include <Kernel/VirtualAddress.h>
class ACPISysFSDirectory : public SysFSDirectory {
public:
@@ -106,4 +105,3 @@ private: