diff options
Diffstat (limited to 'source/components/tables/tbutils.c')
-rw-r--r-- | source/components/tables/tbutils.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/components/tables/tbutils.c b/source/components/tables/tbutils.c index 4b207d9369cee..56fd46dfca3cd 100644 --- a/source/components/tables/tbutils.c +++ b/source/components/tables/tbutils.c @@ -427,10 +427,6 @@ NextTable: TableEntry += TableEntrySize; } - /* - * It is not possible to map more than one entry in some environments, - * so unmap the root table here before mapping other tables - */ AcpiOsUnmapMemory (Table, Length); return_ACPI_STATUS (AE_OK); |