mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
- Fix a typo: set a value, not a bit.
svn path=/trunk/; revision=39937
This commit is contained in:
@@ -1121,7 +1121,7 @@ MmInitGlobalKernelPageDirectory(VOID)
|
||||
// Setup template
|
||||
//
|
||||
HyperTemplatePte.u.Long = (PA_PRESENT | PA_READWRITE | PA_DIRTY | PA_ACCESSED);
|
||||
if (Ke386GlobalPagesEnabled) HyperTemplatePte.u.Long |= PA_BIT_GLOBAL;
|
||||
if (Ke386GlobalPagesEnabled) HyperTemplatePte.u.Long |= PA_GLOBAL;
|
||||
|
||||
for (i = ADDR_TO_PDE_OFFSET(MmSystemRangeStart); i < 1024; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user