summaryrefslogtreecommitdiff
path: root/pofx/PEP/common/acpinotify.c
diff options
context:
space:
mode:
authorkarlf <[email protected]>2016-08-11 13:28:13 -0700
committerkarlf <[email protected]>2016-08-11 13:28:13 -0700
commit96eb96dfb613e4c745db6bd1f53a92fe7e2290fc (patch)
treead5f3ede5cbcd6b598677ce41bcf8318471bdd92 /pofx/PEP/common/acpinotify.c
parent687b274aa38fd05c8c26e3068932121876d7f745 (diff)
Updated for "Windows 10 Anniversary Update" (Version 1607)
Diffstat (limited to 'pofx/PEP/common/acpinotify.c')
-rw-r--r--pofx/PEP/common/acpinotify.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pofx/PEP/common/acpinotify.c b/pofx/PEP/common/acpinotify.c
index f9d524ad..ed5fd2b6 100644
--- a/pofx/PEP/common/acpinotify.c
+++ b/pofx/PEP/common/acpinotify.c
@@ -190,7 +190,7 @@ Return Value:
RegisterDevice->AcpiDeviceName->Length +
sizeof(WCHAR);
- PepInternalDevice = ExAllocatePoolWithTag(NonPagedPool,
+ PepInternalDevice = ExAllocatePoolWithTag(NonPagedPoolNx,
SizeNeeded,
PEP_POOL_TAG);
@@ -714,3 +714,4 @@ Return Value:
PepProcessCompleteWorkRequests(Data);
return;
}
+