Update reserved PATIndex (#220)

This commit is contained in:
John Machado 2024-11-29 12:35:50 +05:30 committed by GitHub
parent 31ee7e6d48
commit f7f00b7659
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ GMM_STATUS GmmLib::GmmXe2_LPGCachePolicy::InitCachePolicy()
// Define index of cache element
uint32_t Usage = 0;
uint32_t ReservedPATIdx = 13; /* Rsvd PAT section 13-19 */
uint32_t ReservedPATIdx = 16; /* Rsvd PAT section 16-19 */
uint32_t ReservedPATIdxEnd = 20;
#if (_WIN32 && (_DEBUG || _RELEASE_INTERNAL))
void *pKmdGmmContext = NULL;