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=8e4c75691273b4fce498a590e0d144715449623f;hp=818bacba5fc27b1cf61e8f63c3b520561722e8fe;hb=53deb15e3a3d7180701585f280d0f952d19d44d9;hpb=800765aa19a8059a001652d3d190e594ed651694 diff --git a/MdeModulePkg/Core/RuntimeDxe/Runtime.c b/MdeModulePkg/Core/RuntimeDxe/Runtime.c index 818bacba5f..8e4c756912 100644 --- a/MdeModulePkg/Core/RuntimeDxe/Runtime.c +++ b/MdeModulePkg/Core/RuntimeDxe/Runtime.c @@ -293,11 +293,6 @@ RuntimeDriverSetVirtualAddressMap ( } } - // - // Report Status Code here since EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event was signalled. - // - REPORT_STATUS_CODE (EFI_PROGRESS_CODE, (EFI_SOFTWARE_DXE_BS_DRIVER | EFI_SW_DXE_BS_PC_VIRTUAL_ADDRESS_CHANGE_EVENT)); - // // Relocate runtime images. All runtime images are stored in a list in Runtime AP. // @@ -362,6 +357,10 @@ RuntimeDriverSetVirtualAddressMap ( // mVirtualMap = NULL; + // + // Report Status Code here since EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE event was signalled. + // + REPORT_STATUS_CODE (EFI_PROGRESS_CODE, (EFI_SOFTWARE_DXE_BS_DRIVER | EFI_SW_DXE_BS_PC_VIRTUAL_ADDRESS_CHANGE_EVENT)); return EFI_SUCCESS; }