X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FLibrary%2FEdkIIGlueLib%2FLibrary%2FEdkDxeRuntimeDriverLib%2FIpf%2FRuntimeLib.c;h=e0f4deb6ce16091f58bc8ecfe660d8b0a49572b1;hb=3e99020dbf0a159e34b84e7ae9125f2e368d5390;hp=8f154a888cb556fa05bce22f407ec8adc8738755;hpb=68bb5ce77e51cf35791e46f2202e36da97e5e6be;p=mirror_edk2.git diff --git a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Ipf/RuntimeLib.c b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Ipf/RuntimeLib.c index 8f154a888c..e0f4deb6ce 100644 --- a/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Ipf/RuntimeLib.c +++ b/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/EdkDxeRuntimeDriverLib/Ipf/RuntimeLib.c @@ -1,6 +1,6 @@ /*++ -Copyright (c) 2004 - 2006, Intel Corporation. All rights reserved.
+Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.
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 @@ -26,7 +26,7 @@ Abstract: // Driver Lib Module Globals // static EFI_EVENT mEfiVirtualNotifyEvent; -EFI_RUNTIME_SERVICES *mRT; +EFI_RUNTIME_SERVICES *mRTEdkDxeRuntimeDriverLib; VOID EFIAPI @@ -95,7 +95,7 @@ Returns: // // Update global for Runtime Services Table // - EfiConvertPointer (0, (VOID **) &mRT); + EfiConvertPointer (0, (VOID **) &mRTEdkDxeRuntimeDriverLib); } EFI_STATUS @@ -126,7 +126,7 @@ Returns: { EFI_STATUS Status; - mRT = SystemTable->RuntimeServices; + mRTEdkDxeRuntimeDriverLib = SystemTable->RuntimeServices; // // Register SetVirtualAddressMap () notify function