Skip to content

Commit f5b23a0

Browse files
authored
Enable IsCpuCacheable in Linux (#214)
1 parent b971f28 commit f5b23a0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Source/GmmLib/CachePolicy/GmmXe2_LPGCachePolicy.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,6 @@ uint32_t GMM_STDCALL GmmLib::GmmXe2_LPGCachePolicy::CachePolicyGetPATIndex(GMM_R
397397
__GMM_ASSERT(false);
398398
}
399399

400-
#if (defined __linux__ || defined(WDDM_LINUX))
401-
IsCpuCacheable = false;
402-
#endif
403400
// requested compressed and coherent
404401
if (CompressionEnable && IsCpuCacheable)
405402
{

0 commit comments

Comments
 (0)