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>
This commit is contained in:
Jeff Fan
2016-07-02 12:01:02 +08:00
committed by Michael Kinney
parent a46a4c90d3
commit 51773d49de
3 changed files with 3 additions and 60 deletions

View File

@@ -359,7 +359,7 @@ SmmInitHandler (
//
// Check XD and BTS features on each processor on normal boot
//
CheckFeatureSupported (NULL);
CheckFeatureSupported ();
}
if (mIsBsp) {