X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FLibrary%2FSmmCpuFeaturesLib%2FSmmStm.c;h=8dc2d70527723fdd12114c3a8f2764faefdba5f5;hp=45015b8da42edb0c4f54302aa191e591573ebf98;hb=1c7a65eba749ff62e5ba425c5e40e23cfd1de245;hpb=2db0ccc2d7fef249487f95db41042943c0617f54 diff --git a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c index 45015b8da4..8dc2d70527 100644 --- a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c +++ b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c @@ -1,7 +1,7 @@ /** @file SMM STM support functions - Copyright (c) 2015 - 2017, Intel Corporation. All rights reserved.
+ Copyright (c) 2015 - 2018, 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 @@ -116,7 +116,6 @@ UINTN mMsegSize = 0; BOOLEAN mStmConfigurationTableInitialized = FALSE; - /** The constructor function @@ -138,6 +137,11 @@ SmmCpuFeaturesLibStmConstructor ( EFI_HOB_GUID_TYPE *GuidHob; EFI_SMRAM_DESCRIPTOR *SmramDescriptor; + // + // Initialize address fixup + // + SmmCpuFeaturesLibStmSmiEntryFixupAddress (); + // // Call the common constructor function //