summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c
diff options
context:
space:
mode:
authorJeff Fan <jeff.fan@intel.com>2016-07-02 12:01:02 +0800
committerMichael Kinney <michael.d.kinney@intel.com>2016-07-14 08:58:04 -0700
commit51773d49de84e7f1d7b1f1c39c45a7c0fb4198d5 (patch)
tree028931a91326ad57811c5db065f6803bc04b838d /UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c
parenta46a4c90d33dc7397b0f6f187008cbc385a1e051 (diff)
downloadedk2-51773d49de84e7f1d7b1f1c39c45a7c0fb4198d5.tar.gz
edk2-51773d49de84e7f1d7b1f1c39c45a7c0fb4198d5.tar.bz2
edk2-51773d49de84e7f1d7b1f1c39c45a7c0fb4198d5.zip
UefiCpuPkg/PiSmmCpuDxeSmm: Clean up CheckFeatureSupported()
Removed EFIAPI and parameter from CheckFeatureSupported() and removed CheckProcessorFeature() totally. Cc: Michael Kinney <michael.d.kinney@intel.com> Cc: Feng Tian <feng.tian@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Feng Tian <feng.tian@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com> Regression-tested-by: Laszlo Ersek <lersek@redhat.com>
Diffstat (limited to 'UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c')
-rw-r--r--UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c b/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c
index 50059e4241..dbe63ee9d2 100644
--- a/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c
+++ b/UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c
@@ -359,7 +359,7 @@ SmmInitHandler (
//
// Check XD and BTS features on each processor on normal boot
//
- CheckFeatureSupported (NULL);
+ CheckFeatureSupported ();
}
if (mIsBsp) {