- Do not assert phys in AcpiOsMapMemory. Patch by Giovanni Mascellani (gio at debian dot org).
CORE-12444 #resolve

svn path=/trunk/; revision=73356
This commit is contained in:
Thomas Faber 2016-11-23 11:57:52 +00:00
parent f5a2b4ee5d
commit 8c2649b3fe

View file

@ -114,8 +114,6 @@ AcpiOsMapMemory (
DPRINT("AcpiOsMapMemory(phys 0x%p size 0x%X)\n", phys, length);
ASSERT(phys);
Address.QuadPart = (ULONG)phys;
Ptr = MmMapIoSpace(Address, length, MmNonCached);
if (!Ptr)