From e4e166e6ae9573de1b8d7ff25a5dd47a39878d36 Mon Sep 17 00:00:00 2001 From: Sir Richard Date: Mon, 5 Mar 2012 17:10:51 +0000 Subject: [PATCH] [NTOS]: Use ARM3 sections for the NLS mapping -- excercises both the system mapping as well as the per-process mapping. WorksForMe(c). Hopefully things will be better than last time now, and their usage can increase. svn path=/trunk/; revision=56039 --- reactos/ntoskrnl/ex/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/ex/init.c b/reactos/ntoskrnl/ex/init.c index 18aee2ae8ac..c6048ef36c3 100644 --- a/reactos/ntoskrnl/ex/init.c +++ b/reactos/ntoskrnl/ex/init.c @@ -298,7 +298,7 @@ ExpInitNls(IN PLOADER_PARAMETER_BLOCK LoaderBlock) NULL, &SectionSize, PAGE_READWRITE, - SEC_COMMIT,// | 0x1, + SEC_COMMIT | 0x1, NULL); if (!NT_SUCCESS(Status)) {