mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[NTOS:MM]
- Set aside some additional system PTEs if special pool is enabled CORE-8680 svn path=/trunk/; revision=66235
This commit is contained in:
@@ -2181,6 +2181,13 @@ MmArmInitSystem(IN ULONG Phase,
|
||||
//
|
||||
MmNumberOfSystemPtes <<= 1;
|
||||
}
|
||||
if (MmSpecialPoolTag != 0 && MmSpecialPoolTag != -1)
|
||||
{
|
||||
//
|
||||
// Add some extra PTEs for special pool
|
||||
//
|
||||
MmNumberOfSystemPtes += 0x6000;
|
||||
}
|
||||
}
|
||||
|
||||
DPRINT("System PTE count has been tuned to %lu (%lu bytes)\n",
|
||||
|
||||
Reference in New Issue
Block a user