forked from xt-sys/exectos
Cleanup hardware allocation memory pool related code
This commit is contained in:
@@ -65,7 +65,7 @@ MmpScanMemoryDescriptors(VOID)
|
||||
|
||||
/* Check if memory type is invisible or cached */
|
||||
if(MmpVerifyMemoryTypeInvisible(MemoryDescriptor->MemoryType) ||
|
||||
(MemoryDescriptor->MemoryType == LoaderHALCachedMemory))
|
||||
(MemoryDescriptor->MemoryType == LoaderHardwareCachedMemory))
|
||||
{
|
||||
/* Skip this mapping */
|
||||
MemoryMappings = MemoryMappings->Flink;
|
||||
|
Reference in New Issue
Block a user