X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FCore%2FRuntimeDxe%2FRuntime.c;fp=MdeModulePkg%2FCore%2FRuntimeDxe%2FRuntime.c;h=89731e0cd8731f0e49ce00197b73828709ede75f;hp=2f2a3a760290ff7c694ac3be7be2fc8d57eb8329;hb=f9876ecf8a296a8e0d4ad8d22ed5ff12ecc11f65;hpb=ea6898b902464c0a0c32b49543386b962a64032c;ds=sidebyside diff --git a/MdeModulePkg/Core/RuntimeDxe/Runtime.c b/MdeModulePkg/Core/RuntimeDxe/Runtime.c index 2f2a3a7602..89731e0cd8 100644 --- a/MdeModulePkg/Core/RuntimeDxe/Runtime.c +++ b/MdeModulePkg/Core/RuntimeDxe/Runtime.c @@ -35,7 +35,7 @@ Revision History: Table now contains an item named CalculateCrc32. -Copyright (c) 2006 - 2008, Intel Corporation.
+Copyright (c) 2006 - 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 @@ -277,7 +277,7 @@ RuntimeDriverSetVirtualAddressMap ( // // ReporstStatusCodeLib will check and make sure this service can be called in runtime mode. // - REPORT_STATUS_CODE (EFI_PROGRESS_CODE, FixedPcdGet32 (PcdStatusCodeValueSetVirtualAddressMap)); + REPORT_STATUS_CODE (EFI_PROGRESS_CODE, (EFI_SOFTWARE_EFI_RUNTIME_SERVICE | EFI_SW_RS_PC_SET_VIRTUAL_ADDRESS_MAP)); // // Signal all the EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE events.