summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Dxe/Dispatcher
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-16 23:28:02 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2011-06-16 23:28:02 +0000
commit54cd17e9842d82dae3cd78686e05c4dc37a3540d (patch)
treeca742c18c860275959591c69dcf45268451f3ae1 /MdeModulePkg/Core/Dxe/Dispatcher
parentf6079c7003bd2f20e6754e931fd24434a0be5c87 (diff)
downloadedk2-54cd17e9842d82dae3cd78686e05c4dc37a3540d.zip
edk2-54cd17e9842d82dae3cd78686e05c4dc37a3540d.tar.gz
edk2-54cd17e9842d82dae3cd78686e05c4dc37a3540d.tar.bz2
MdeModulePkg DXE Core: Add Idle event during BootServices WaitForEvent
Signal an Idle event during BootServices WaitForEvent. Signed-off-by: jljusten Reviewed-by: mdkinney Reviewed-by: rsun3 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11841 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Dispatcher')
-rw-r--r--MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
index 79b895b..09c7093 100644
--- a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
+++ b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c
@@ -26,7 +26,7 @@
Depex - Dependency Expresion.
SOR - Schedule On Request - Don't schedule if this bit is set.
-Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
This program and the accompanying materials
are licensed and made available under the terms and conditions of the BSD License
which accompanies this distribution. The full text of the license may be found at
@@ -402,7 +402,7 @@ CoreTrust (
**/
VOID
EFIAPI
-EmptyFuntion (
+CoreEmptyCallbackFunction (
IN EFI_EVENT Event,
IN VOID *Context
)
@@ -450,7 +450,7 @@ CoreDispatcher (
Status = CoreCreateEventEx (
EVT_NOTIFY_SIGNAL,
TPL_NOTIFY,
- EmptyFuntion,
+ CoreEmptyCallbackFunction,
NULL,
&gEfiEventDxeDispatchGuid,
&DxeDispatchEvent