summaryrefslogtreecommitdiffstats
path: root/EdkCompatibilityPkg
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-07-30 08:53:08 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2010-07-30 08:53:08 +0000
commit2eb7c0c8e0c67d01dea35340ea7f6d6f59414e98 (patch)
tree0b42c36d37291e32202000ab924e7d47bf99ce2c /EdkCompatibilityPkg
parent05915b473875ad3aaa91b5a989a273f9c59f56b3 (diff)
downloadedk2-2eb7c0c8e0c67d01dea35340ea7f6d6f59414e98.tar.gz
edk2-2eb7c0c8e0c67d01dea35340ea7f6d6f59414e98.tar.bz2
edk2-2eb7c0c8e0c67d01dea35340ea7f6d6f59414e98.zip
Sync patch r10709 from main trunk.
r10709 - Do not set gBS to NULL when the ExitBootServices event notification for the UEFI Runtime Lib is executed. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/branches/UDK2008@10737 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'EdkCompatibilityPkg')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/RuntimeLib.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/RuntimeLib.c b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/RuntimeLib.c
index 7cbb686fd5..273269c6d4 100644
--- a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/RuntimeLib.c
+++ b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/RuntimeLib.c
@@ -44,11 +44,6 @@ RuntimeDriverExitBootServices (
IN VOID *Context
)
{
- //
- // Clear out BootService globals
- //
- gBS = NULL;
-
mEfiAtRuntime = TRUE;
}