X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/de355530ae67247cbd0da700edb3a2a1dae884c2..90556fb8d47e7b68fd301dde9dbb3ae7495cf323:/iokit/Kernel/IOMemoryDescriptor.cpp diff --git a/iokit/Kernel/IOMemoryDescriptor.cpp b/iokit/Kernel/IOMemoryDescriptor.cpp index 20b05f3e1..70eb479b7 100644 --- a/iokit/Kernel/IOMemoryDescriptor.cpp +++ b/iokit/Kernel/IOMemoryDescriptor.cpp @@ -1736,7 +1736,7 @@ IOReturn IOMemoryDescriptor::doUnmap( addressMap, logical, length ); #endif - if( (addressMap == kernel_map) || (addressMap == get_task_map(current_task()))) { + if( true /* && (addressMap == kernel_map) || (addressMap == get_task_map(current_task()))*/) { if( _memEntry && (addressMap == kernel_map) && (kIOMemoryRequiresWire & _flags)) addressMap = IOPageableMapForAddress( logical );