diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-30 08:53:08 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-30 08:53:08 +0000 |
commit | 2eb7c0c8e0c67d01dea35340ea7f6d6f59414e98 (patch) | |
tree | 0b42c36d37291e32202000ab924e7d47bf99ce2c | |
parent | 05915b473875ad3aaa91b5a989a273f9c59f56b3 (diff) | |
download | edk2-2eb7c0c8e0c67d01dea35340ea7f6d6f59414e98.tar.gz |
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
-rw-r--r-- | EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Common/RuntimeLib.c | 5 |
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;
}
|