summaryrefslogtreecommitdiffhomepage
path: root/Kernel/HALKit
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/HALKit')
-rw-r--r--Kernel/HALKit/AMD64/HalACPIFactoryInterface.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/HALKit/AMD64/HalACPIFactoryInterface.cxx b/Kernel/HALKit/AMD64/HalACPIFactoryInterface.cxx
index 7bdec117..14241f60 100644
--- a/Kernel/HALKit/AMD64/HalACPIFactoryInterface.cxx
+++ b/Kernel/HALKit/AMD64/HalACPIFactoryInterface.cxx
@@ -73,7 +73,6 @@ namespace NewOS
if (rsdPtr->Revision <= 1)
return ErrorOr<voidPtr>{-1};
- /// FIXME
RSDT* xsdt = (RSDT*)(rsdPtr->RsdtAddress);
Int64 num = (xsdt->Length - sizeof(SDT)) / sizeof(UInt32);