]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Ipf/RuntimeLib.c
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EdkIIGlueLib / Library / EdkDxeRuntimeDriverLib / Ipf / RuntimeLib.c
index 8f154a888cb556fa05bce22f407ec8adc8738755..e0f4deb6ce16091f58bc8ecfe660d8b0a49572b1 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -26,7 +26,7 @@ Abstract:
 // Driver Lib Module Globals\r
 //\r
 static EFI_EVENT      mEfiVirtualNotifyEvent;\r
-EFI_RUNTIME_SERVICES  *mRT;\r
+EFI_RUNTIME_SERVICES  *mRTEdkDxeRuntimeDriverLib;\r
 \r
 VOID\r
 EFIAPI\r
@@ -95,7 +95,7 @@ Returns:
   //\r
   // Update global for Runtime Services Table\r
   //\r
-  EfiConvertPointer (0, (VOID **) &mRT);\r
+  EfiConvertPointer (0, (VOID **) &mRTEdkDxeRuntimeDriverLib);\r
 }\r
 \r
 EFI_STATUS\r
@@ -126,7 +126,7 @@ Returns:
 {\r
   EFI_STATUS  Status;\r
 \r
-  mRT = SystemTable->RuntimeServices;\r
+  mRTEdkDxeRuntimeDriverLib = SystemTable->RuntimeServices;\r
 \r
   //\r
   // Register SetVirtualAddressMap () notify function\r